https://bugzilla.wikimedia.org/show_bug.cgi?id=68571
Bartosz Dziewoński <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] --- Comment #4 from Bartosz Dziewoński <[email protected]> --- It seems the intended behavior is to ellipse the text, but that doesn't happen because the label is inline-block. If I override that to inline, then it displays silly because it had margins which are no longer applied, which would have to be fixed with some more rules (line-height probably). That doesn't seem optimal and it feels like it could cause other problems later, so I'm not sure if we should do it. I wonder if that behavior is a good idea at all. Perhaps we should center the label within the space between buttons if there isn't enough space to center it relative to the entire window? That could be done in ProcessDialog#fitLabel, or with some creative CSS, and would make this problem a lot rarer. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
