Fix for Quill editor
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
modules: {
|
||||
toolbar: [
|
||||
[{ 'header': [1, 2, false] }],
|
||||
['link', 'image'],
|
||||
['bold', 'italic', 'underline', 'strike'],
|
||||
[{ 'script': 'sub'}, { 'script': 'super' }],
|
||||
[{ 'list': 'ordered'}, { 'list': 'bullet' }, 'blockquote']
|
||||
|
||||
@@ -1205,7 +1205,7 @@ fieldset {
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
.locale-select, .text-editors {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@@ -1253,7 +1253,7 @@ fieldset {
|
||||
position: relative;
|
||||
background-color: $white;
|
||||
|
||||
li {
|
||||
li[data-locale] {
|
||||
display: none;
|
||||
|
||||
&.selected {
|
||||
|
||||
Reference in New Issue
Block a user