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:
parent
bc3d06af2e
commit
f5bd8469e6
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
core/client/docs/dist/css/ghost-ui.min.css
vendored
2
core/client/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