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:
parent
9cb8cf3761
commit
09aea8a1d3
2 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
2
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
2
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue