mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #295 from alphagov/resize-textbox
Make textboxes expand to fit contents
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
resize: none;
|
||||
z-index: 20;
|
||||
background: none;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
&-textbox,
|
||||
@@ -23,7 +24,6 @@
|
||||
margin: 0;
|
||||
padding: 4px;
|
||||
overflow: hidden;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
&-background,
|
||||
@@ -36,6 +36,7 @@
|
||||
color: transparent;
|
||||
white-space: pre-wrap;
|
||||
border: 2px solid transparent;
|
||||
padding-bottom: $gutter;
|
||||
}
|
||||
|
||||
&-background {
|
||||
|
||||
Reference in New Issue
Block a user