Skip to content

Commit 78d48be

Browse files
committed
Stop sidebar from overflowing
1 parent 83380fe commit 78d48be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/style/prefix-check.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,8 @@
297297
padding: 0.5rem;
298298
border-radius: var(--radius);
299299
margin: 0.5rem 0;
300+
}
301+
302+
#prefix-check.searched .warning-message {
303+
max-width: 18rem;
300304
}

0 commit comments

Comments
 (0)