Bug 935508 follow-up - Put back the |height:100%| on ::-moz-number-wrapper in forms.css.

--HG--
extra : rebase_source : 191dad15f5c4e00146b29dace462eeb5fcbba878
This commit is contained in:
Jonathan Watt 2013-12-06 12:15:57 +00:00
Родитель 17b58daa13
Коммит 7ca9b4d4ad
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -897,6 +897,7 @@ input[type=number]::-moz-number-wrapper {
display: flex;
float: none !important;
position: static !important;
height: 100%;
}
input[type=number]::-moz-number-text {