зеркало из https://github.com/mozilla/gecko-dev.git
Bug 660279 - Change popup notification description max-width to use em instead of px. r=dao
This commit is contained in:
Родитель
ffa3ae1c67
Коммит
27456d0231
|
@ -56,7 +56,7 @@ notification[type="critical"] .messageImage {
|
|||
/* Popup notification */
|
||||
|
||||
.popup-notification-description {
|
||||
max-width: 248px;
|
||||
max-width: 24em;
|
||||
}
|
||||
|
||||
.popup-notification-button-container {
|
||||
|
|
|
@ -91,7 +91,7 @@ notification[type="warning"] .messageCloseButton {
|
|||
/* Popup notification */
|
||||
|
||||
.popup-notification-description {
|
||||
max-width: 248px;
|
||||
max-width: 24em;
|
||||
}
|
||||
|
||||
.popup-notification-button-container {
|
||||
|
|
|
@ -60,7 +60,7 @@ notification[type="critical"] .messageImage {
|
|||
/* Popup notification */
|
||||
|
||||
.popup-notification-description {
|
||||
max-width: 248px;
|
||||
max-width: 24em;
|
||||
}
|
||||
|
||||
.popup-notification-button-container {
|
||||
|
|
Загрузка…
Ссылка в новой задаче