Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit bdd446e

Browse files
committed
fix: alert holder width
The new alert holder would cut off alerts on smaller screens. Should be fixed now.
1 parent b0d64aa commit bdd446e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

style/src/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ input[type=text] {display:inline;}
192192
border-right: 0;
193193
border-color: #2c2c2c;
194194
white-space: nowrap;
195+
max-width: 100%;
195196
}
196197

197198
/* highlight active menu */

0 commit comments

Comments
 (0)