0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Re-add text area styling, which fixes the broken test.

This commit is contained in:
Paul Adam Davis 2014-07-08 12:44:52 +01:00
parent 9cb8cf3761
commit 09aea8a1d3
2 changed files with 9 additions and 1 deletions

View file

@ -179,6 +179,14 @@ textarea,
}
textarea {
width: 100%;
max-width: 500px;
min-width: 250px;
height: auto;
min-height: 6.5em;
}
#{$all-text-inputs-focus},
textarea:focus {
border-color: $brown;

File diff suppressed because one or more lines are too long