Skip to content

Commit

Permalink
Fix long patterns overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
dotboris committed Nov 18, 2023
1 parent d595802 commit 3ad8c34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-walls-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'prod-guard': patch
---

Fix issue where long URL patterns would overflow off the popup. This lead to the icons next to the pattern being hidden.
1 change: 1 addition & 0 deletions src/popup/warnings/list-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ const itemStyles = {
pattern: css({
fontFamily: `'Lucida Console', Monaco, monospace`,
flexGrow: 1,
overflowWrap: 'anywhere',
alignSelf: 'center',
}),

Expand Down

0 comments on commit 3ad8c34

Please sign in to comment.