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

pull/3886/head
Sebastian Castro 2020-04-18 12:32:51 +02:00 committed by muxator
parent 22f7e1fd36
commit cbd9378908
1 changed files with 2 additions and 2 deletions

View File

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