Merge pull request #14 from blocknotes/fix/text-alignment

Reduce the importance of the reset rules
Этот коммит содержится в:
Mattia Roccoberton
2020-09-03 13:02:47 +02:00
коммит произвёл GitHub
родитель 76c06f5346 582667dc59
Коммит e9b8abc88e

Просмотреть файл

@@ -1,3 +1,10 @@
// reset internal elements
.ql-editor * {
margin: initial;
padding: initial;
text-align: initial;
}
body.active_admin .quill-editor {
display: inline-block;
width: calc(80% - 2px);
@@ -23,13 +30,6 @@ body.active_admin .quill-editor {
min-height: 150px;
padding: 10px;
// reset internal elements
* {
margin: initial;
padding: initial;
text-align: initial;
}
ol {
list-style-type: decimal;
}