Skip to content

Commit 773cea4

Browse files
committed
shrink title so it doesn't always overflow
1 parent 744773b commit 773cea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/overflow.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
color: white;
3434
background: crimson;
3535
display: inline-block;
36-
width: 100%;
36+
min-width: 50%;
3737
padding: 3px 5px;
3838
box-sizing: border-box;
3939
}

0 commit comments

Comments
 (0)