0
Fork 0
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:
John O'Nolan 2014-01-21 14:33:05 +07:00
parent f185a5d616
commit b05f00087a

View file

@ -45,6 +45,7 @@ form {
}
p {
max-width: 400px;
color: darken($brown, 5%);
font-size: 1em;
margin: 0;