mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Prevent form field descriptions from becoming unwieldily long
Yes that’s a word. As of now.
This commit is contained in:
parent
f185a5d616
commit
b05f00087a
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ form {
|
|||
}
|
||||
|
||||
p {
|
||||
max-width: 400px;
|
||||
color: darken($brown, 5%);
|
||||
font-size: 1em;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue