Skip to content

Commit

Permalink
Forms: Left align input text with help text below for town6
Browse files Browse the repository at this point in the history
TYPE: Bugfix
LINK: ogc-1593
  • Loading branch information
Tschuppi81 authored May 13, 2024
1 parent 2755419 commit a315bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/onegov/town6/theme/styles/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ form {
.field-help {
color: $steel;
font-size: .8rem;
margin-left: 1.6rem;
margin-left: 25px;
}

input + .label-text + .field-help {
margin-left: 1.8rem;
margin-left: 25px;
}

.long-field-help,
Expand Down

0 comments on commit a315bd3

Please sign in to comment.