зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1522315 - Reduce minimum horizontal padding for panel footer buttons. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D17482 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
fdba6b25d0
Коммит
52f32d6f2d
|
@ -62,7 +62,7 @@
|
|||
color: inherit !important;
|
||||
min-width: 0;
|
||||
margin: 0;
|
||||
padding: .9em;
|
||||
padding: .9em 2px;
|
||||
}
|
||||
|
||||
.panel-footer > button[disabled] {
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
.popup-notification-dropmarker {
|
||||
flex: none;
|
||||
padding: 0 15px;
|
||||
padding: 0 15px !important;
|
||||
}
|
||||
|
||||
.popup-notification-dropmarker > .button-box > hbox {
|
||||
|
|
Загрузка…
Ссылка в новой задаче