Limit the available render width for help texts a little and don't put them right below the previous form element.
This commit is contained in:
parent
6e59a0a526
commit
81f433085a
@ -378,6 +378,9 @@ span.active {
|
||||
.helptext {
|
||||
font-size: 80%;
|
||||
color: #555753;
|
||||
max-width: 600px;
|
||||
margin-top: 0.25em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
div.container {
|
||||
|
Loading…
Reference in New Issue
Block a user