mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
colibris: full-width-editor fix padding property which was overwritten
This commit is contained in:
parent
22f7e1fd36
commit
cbd9378908
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue