mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +03: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
@ -45,6 +45,7 @@ form {
|
||||
}
|
||||
|
||||
p {
|
||||
max-width: 400px;
|
||||
color: darken($brown, 5%);
|
||||
font-size: 1em;
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user