From 5b26b751370af52c9341f1648a709e83625b1ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 18 Oct 2024 14:36:35 +0200 Subject: [PATCH] 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: --- data/theme/gnome-shell-sass/widgets/_dialogs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/widgets/_dialogs.scss b/data/theme/gnome-shell-sass/widgets/_dialogs.scss index 6545e4e3d..59f77d3c4 100644 --- a/data/theme/gnome-shell-sass/widgets/_dialogs.scss +++ b/data/theme/gnome-shell-sass/widgets/_dialogs.scss @@ -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,