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:
Chris Hill-Scott
2016-04-14 14:08:08 +01:00
parent 9cba3ea70f
commit 435537aac8

View File

@@ -35,7 +35,7 @@
color: transparent;
white-space: pre-wrap;
border: 2px solid transparent;
padding-bottom: $gutter;
padding-bottom: $gutter-half;
}
&-background {