mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 00:09:41 +03:00
File input boxen deserve EX width hinting
This commit is contained in:
parent
b23aee2f09
commit
7a3a209940
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user