GNOME Bugzilla – Bug 705037
authPrompt: let PAM message wrap if longer than entry
Last modified: 2013-07-29 21:26:00 UTC
Right now the whole authPrompt spreads out if a PAM message comes in that longer than the entry. This commit changes it to wrap instead.
Created attachment 250320 [details] [review] authPrompt: let PAM message wrap if longer than entry
Review of attachment 250320 [details] [review]: Why not just set a max-width for the entire auth prompt?
well it means having to keep two more numbers in sync in the css file, but that's no big deal, I guess.
Created attachment 250336 [details] [review] authPrompt: let PAM message wrap if longer than entry Right now the whole authPrompt spreads out if a PAM message comes in that longer than the entry. This commit changes it to wrap instead.
Created attachment 250398 [details] [review] authPrompt: let PAM message wrap if longer than entry Right now the whole authPrompt spreads out if a PAM message comes in that longer than the entry. This commit changes it to wrap instead, by forcing the auth prompt to be a fixed width (slightly bigger than the entry width was sized to previously).
Attachment 250398 [details] pushed as f38d5a9 - authPrompt: let PAM message wrap if longer than entry