0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -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 bc3d06af2e
commit f5bd8469e6
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