CSS: text-align: true -> text-align: unsafe; sizing problems with some form fields like <input type="number">

This commit is contained in:
janekptacijarabaci
2017-04-27 15:30:37 +02:00
committed by roytam1
parent 1b1dd37380
commit 1efd222e54
25 changed files with 508 additions and 64 deletions
+2 -2
View File
@@ -1671,7 +1671,7 @@ KTableValue nsCSSProps::kTextAlignKTable[] = {
eCSSKeyword__moz_left, NS_STYLE_TEXT_ALIGN_MOZ_LEFT,
eCSSKeyword_start, NS_STYLE_TEXT_ALIGN_DEFAULT,
eCSSKeyword_end, NS_STYLE_TEXT_ALIGN_END,
eCSSKeyword_true, NS_STYLE_TEXT_ALIGN_TRUE,
eCSSKeyword_unsafe, NS_STYLE_TEXT_ALIGN_UNSAFE,
eCSSKeyword_UNKNOWN,-1
};
@@ -1683,7 +1683,7 @@ KTableValue nsCSSProps::kTextAlignLastKTable[] = {
eCSSKeyword_justify, NS_STYLE_TEXT_ALIGN_JUSTIFY,
eCSSKeyword_start, NS_STYLE_TEXT_ALIGN_DEFAULT,
eCSSKeyword_end, NS_STYLE_TEXT_ALIGN_END,
eCSSKeyword_true, NS_STYLE_TEXT_ALIGN_TRUE,
eCSSKeyword_unsafe, NS_STYLE_TEXT_ALIGN_UNSAFE,
eCSSKeyword_UNKNOWN,-1
};