[gnome-shell-sass] theme: Drop fixed auth prompt entry width



commit 085e25dc54dc70439e62b9118d3e1c823fbed8c2
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Feb 19 01:59:54 2020 +0100

    theme: Drop fixed auth prompt entry width
    
    We already set a fixed width on the parent, so simply let the entry take
    up the available space that isn't used by the surrounding elements.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1021

 widgets/_login-dialog.scss | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/widgets/_login-dialog.scss b/widgets/_login-dialog.scss
index c672e04..0b148be 100644
--- a/widgets/_login-dialog.scss
+++ b/widgets/_login-dialog.scss
@@ -160,7 +160,6 @@
 }
 
 .login-dialog-prompt-entry {
-  width: 17.89em;
   height: 1.5em;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]