Commit ab9552f6 authored by Illya Klymov's avatar Illya Klymov

Merge branch '296645-removed-unused-dropdown' into 'master'

Removed unused dropdown

See merge request gitlab-org/gitlab!53464
parents d6ff1a7c 63835bab
...@@ -74,14 +74,10 @@ ...@@ -74,14 +74,10 @@
justify-content: flex-end; justify-content: flex-end;
} }
.encoding-selector,
.soft-wrap-toggle { .soft-wrap-toggle {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
font-family: $regular-font; font-family: $regular-font;
}
.soft-wrap-toggle {
margin: 0 $btn-side-margin; margin: 0 $btn-side-margin;
.soft-wrap { .soft-wrap {
...@@ -128,15 +124,6 @@ ...@@ -128,15 +124,6 @@
margin: 3px 0; margin: 3px 0;
} }
.encoding-selector {
display: block;
margin: 3px 0;
button {
width: 100%;
}
}
@media(max-width: map-get($grid-breakpoints, md)-1) { @media(max-width: map-get($grid-breakpoints, md)-1) {
clear: both; clear: both;
} }
......
...@@ -36,8 +36,6 @@ ...@@ -36,8 +36,6 @@
%span.soft-wrap %span.soft-wrap
= custom_icon('icon_soft_wrap') = custom_icon('icon_soft_wrap')
Soft wrap Soft wrap
.encoding-selector
= select_tag :encoding, options_for_select([ "base64", "text" ], "text"), class: 'select2', tabindex: '-1'
.file-editor.code .file-editor.code
.js-edit-mode-pane.qa-editor#editor{ data: { 'editor-loading': true } }< .js-edit-mode-pane.qa-editor#editor{ data: { 'editor-loading': true } }<
......
---
title: Removed unused Text dropdown
merge_request: 53464
author:
type: removed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment