зеркало из https://github.com/mozilla/gecko-dev.git
Fix 55832: css "width: 100%" rendering incorrectly for button elements. patch by djoham@criadvantage.com. r=ianh a=ben, rtm++
This commit is contained in:
Родитель
8460836715
Коммит
5367802c2b
|
@ -662,6 +662,7 @@ input[type="submit"] {
|
|||
font: button;
|
||||
cursor: default;
|
||||
white-space: pre;
|
||||
-moz-box-sizing: border-box;
|
||||
-moz-user-select: none;
|
||||
-moz-binding: none;
|
||||
}
|
||||
|
|
|
@ -662,6 +662,7 @@ input[type="submit"] {
|
|||
font: button;
|
||||
cursor: default;
|
||||
white-space: pre;
|
||||
-moz-box-sizing: border-box;
|
||||
-moz-user-select: none;
|
||||
-moz-binding: none;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче