Skip to content

Commit

Permalink
Prevent dialog box from overflowing logger's viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Mar 9, 2023
1 parent d01780d commit 7bf3f1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/logger-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,9 @@ body[dir="rtl"] .closeButton {
text-decoration: none;
}
.netFilteringDialog select {
max-width: 75%;
max-width: 50vw;
outline: none;
text-overflow: ellipsis;
}
.netFilteringDialog > .preview {
align-items: center;
Expand Down

0 comments on commit 7bf3f1b

Please sign in to comment.