Skip to content

Commit 3cd918f

Browse files
Scale problem badges for very small screens.
1 parent 4f6b3ec commit 3cd918f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

webapp/public/style_domjudge.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@ del {
220220
overflow: hidden;
221221
}
222222

223+
.mobile-problem-badges {
224+
position: relative;
225+
display: block;
226+
white-space: nowrap;
227+
}
228+
223229
.toolong:after {
224230
content: "";
225231
width: 30%;

0 commit comments

Comments
 (0)