Skip to content

Commit

Permalink
CSS fix for form field addons
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed May 25, 2024
1 parent 4210408 commit 864fe1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/static/css/flugbuech.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,10 @@ footer {

div.control + label.checkbox {
margin-top: 8px;
}

/* Bugfix for Bulma(?) bug: Addon of a field (e.g. "km" suffic for track length entry in flight
form) doesn't have full height. */
.field.has-addons .control a.button {
height: 100%;
}

0 comments on commit 864fe1a

Please sign in to comment.