theme/gdm: Set a width to the prompt entry

Otherwise it'll keep growing.

https://bugzilla.gnome.org/show_bug.cgi?id=658921
This commit is contained in:
Emmanuele Bassi 2011-09-13 15:06:13 +01:00 committed by Ray Strode
parent 5c14be28f3
commit 8424236daa

View File

@ -110,6 +110,7 @@
background-color: white;
caret-color: black;
caret-size: 1px;
width: 23em;
}
.login-dialog-session-list {