Skip to content

Commit

Permalink
Merge pull request #1774 from dbauszus-glx/location-view-grid-column-…
Browse files Browse the repository at this point in the history
…width

Adjust min width of 2nd div in location view grid column
  • Loading branch information
simon-leech authored Dec 18, 2024
2 parents 2e53367 + 4077a18 commit 3b11d9d
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 @@ -1487,6 +1487,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 3b11d9d

Please sign in to comment.