colibris: full-width-editor fix padding property which was overwritten

This commit is contained in:
Sebastian Castro 2020-04-18 12:32:51 +02:00 committed by muxator
parent 22f7e1fd36
commit cbd9378908

View file

@ -218,8 +218,8 @@
} }
@media (min-width: 1001px) { @media (min-width: 1001px) {
.full-width-editor { .full-width-editor {
--editor-padding: 20px 35px; --editor-padding: 20px 35px !important;
--editor-padding-top: 20px; --editor-padding-top: 20px !important;
} }
} }
.full-width-editor ::-webkit-scrollbar-track, .full-width-editor ::-webkit-scrollbar-track,