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:
parent
5c14be28f3
commit
8424236daa
@ -110,6 +110,7 @@
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
caret-color: black;
|
caret-color: black;
|
||||||
caret-size: 1px;
|
caret-size: 1px;
|
||||||
|
width: 23em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-dialog-session-list {
|
.login-dialog-session-list {
|
||||||
|
Loading…
Reference in New Issue
Block a user