style: Also restore padding for all password entries
Quoting Sam: "It is meant to be a general property of password entries (same as on .run-dialog-entry) and should be restored harder also." Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3514>
This commit is contained in:
parent
e8265c17dc
commit
5b26b75137
@ -106,7 +106,6 @@
|
||||
|
||||
.prompt-dialog-password-entry {
|
||||
width: auto;
|
||||
padding: $base_padding * 2 $base_padding * 1.5;
|
||||
// 4px (spacing) + 16px (spinner-width)
|
||||
&:ltr { margin-left: $base_margin+$base_icon_size; }
|
||||
&:rtl { margin-right: $base_margin+$base_icon_size; }
|
||||
@ -119,6 +118,7 @@
|
||||
|
||||
.prompt-dialog-password-entry {
|
||||
width: 20em;
|
||||
padding: $base_padding * 2 $base_padding * 1.5;
|
||||
}
|
||||
|
||||
.prompt-dialog-error-label,
|
||||
|
Loading…
x
Reference in New Issue
Block a user