mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 15:13:40 -05:00
Make textboxes auto expand later
At two lines the subject textbox was expanding even when it was empty. This commit makes the distance at which textboxes start expanding less sensitive.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
color: transparent;
|
||||
white-space: pre-wrap;
|
||||
border: 2px solid transparent;
|
||||
padding-bottom: $gutter;
|
||||
padding-bottom: $gutter-half;
|
||||
}
|
||||
|
||||
&-background {
|
||||
|
||||
Reference in New Issue
Block a user