Skip to content

Commit

Permalink
Fix saved settings menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Neriderc committed Oct 29, 2024
1 parent 9ef3908 commit 39c6c2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/css/gvexport.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,14 @@
margin: 3px;
width: 100%;
display: flex;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.indi_list_item {
min-height: 42px;
line-height: 36px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.list_item_skinny {
Expand Down

0 comments on commit 39c6c2d

Please sign in to comment.