Skip to content

Commit

Permalink
Fix select-input label width on mobile devices to avoid horizontal sc…
Browse files Browse the repository at this point in the history
…roll
  • Loading branch information
madis committed Dec 23, 2024
1 parent 6674816 commit 563e7a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/resources/public/less/component/select-input.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

@media #media[mobile-query] {
max-width: 19em;
}
}

.ethlance-icon {
Expand Down

0 comments on commit 563e7a2

Please sign in to comment.