Skip to content

Commit

Permalink
fix width of tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
dbauszus-glx committed Jan 15, 2024
1 parent 7d60e0d commit f88de2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/css/_locationview.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
-webkit-user-select: none;
user-select: none;
height: 1.5em;
width: 1.5em;
}

& .drawer.group {
Expand Down
1 change: 1 addition & 0 deletions public/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -1288,6 +1288,7 @@ label.checkbox {
-webkit-user-select: none;
user-select: none;
height: 1.5em;
width: 1.5em;
}
& .drawer.group {
grid-column: 1 / 3;
Expand Down

0 comments on commit f88de2d

Please sign in to comment.