File input boxen deserve EX width hinting

This commit is contained in:
Daniel Silverstone 2012-11-04 17:36:17 +00:00
parent b23aee2f09
commit 7a3a209940

View File

@ -2520,6 +2520,8 @@ node_presentational_hint_width(nscss_select_ctx *ctx,
corestring_lwc_text) ||
dom_string_lwc_isequal(width,
corestring_lwc_search) ||
dom_string_lwc_isequal(width,
corestring_lwc_file) ||
dom_string_lwc_isequal(width,
corestring_lwc_password)) {
hint->data.length.unit = CSS_UNIT_EX;