Merge pull request #295 from alphagov/resize-textbox

Make textboxes expand to fit contents
This commit is contained in:
minglis
2016-03-18 15:24:55 +00:00
2 changed files with 15 additions and 6 deletions

View File

@@ -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 {