Skip to content

Commit

Permalink
Work around WebKit layout issue in GUI connection overlay
Browse files Browse the repository at this point in the history
The "Advanced options" toggle is wrapped into two lines and only fills
the entire width after it is focused for the first time. Disable word
wrapping to work around this.
  • Loading branch information
janh committed Oct 10, 2023
1 parent 79ee2f5 commit 2d1a71f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/gui/res/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ header a.disabled {
#overlay-connect fieldset legend {
display: block;
width: 100%;
white-space: nowrap;
box-sizing: border-box;
padding: 0 0 0 1em;
margin: 0 0 .75em 0;
Expand Down

0 comments on commit 2d1a71f

Please sign in to comment.