Skip to content

Commit

Permalink
Merge patch into minor
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst authored Dec 18, 2024
2 parents 876a003 + 3b11d9d commit 11e3652
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/css/_locationview.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
grid-column: 1;
}

&.inline>div:nth-of-type(2) {
grid-column: 2;
min-width: 0;
}

&.inline>.val {
grid-column: 2;
text-align: right;
Expand Down
4 changes: 4 additions & 0 deletions public/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -1491,6 +1491,10 @@ label.checkbox {
&.inline > .label {
grid-column: 1;
}
&.inline > div:nth-of-type(2) {
grid-column: 2;
min-width: 0;
}
&.inline > .val {
grid-column: 2;
text-align: right;
Expand Down

0 comments on commit 11e3652

Please sign in to comment.