colibris: full-width-editor fix padding property which was overwritten
parent
22f7e1fd36
commit
cbd9378908
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue