mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-08 09:28:51 +00:00
CSS: text-align: true -> text-align: unsafe; sizing problems with some form fields like <input type="number">
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user