mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01:00
Fixed line height for textareas and post title
no refs.
This commit is contained in:
parent
d44e7c5550
commit
018a7db38e
1 changed files with 2 additions and 6 deletions
|
@ -133,7 +133,7 @@ select {
|
|||
background: var(--input-bg-color);
|
||||
color: var(--darkgrey);
|
||||
font-size: 1.5rem;
|
||||
line-height: 1em;
|
||||
/* line-height: 1em; */
|
||||
font-weight: 400;
|
||||
user-select: text;
|
||||
border-radius: var(--border-radius);
|
||||
|
@ -174,15 +174,11 @@ textarea {
|
|||
min-width: 250px;
|
||||
min-height: 10rem;
|
||||
max-width: 500px;
|
||||
line-height: 1.5;
|
||||
line-height: 1.5em;
|
||||
user-select: text;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
textarea.gh-input {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
/* Radio / Checkboxes
|
||||
/* ---------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in a new issue