File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 59
59
display : block;
60
60
width : 100% ;
61
61
text-align : center;
62
+ white-space : nowrap;
63
+ overflow : visible;
62
64
}
63
65
64
66
.milestone-markers {
@@ -170,15 +172,12 @@ body {
170
172
.number .repo-name {
171
173
font-weight : normal;
172
174
position : absolute;
173
- bottom : 5px ; /* Adjust for positioning */
175
+ bottom : 5px ;
174
176
text-align : center;
175
177
width : 100% ;
176
178
color : rgba (255 , 255 , 255 , 0.8 ); /* Slightly lighter text for contrast */
177
179
white-space : nowrap; /* Prevent wrapping */
178
180
overflow : hidden; /* Prevent text spilling */
179
- text-overflow : ellipsis; /* Add ellipsis if too long */
180
- font-size : min (
181
- 0.3em ,
182
- 4vw
183
- ); /* Dynamically scale font-size based on viewport width */
181
+ text-overflow : ellipsis;
182
+ font-size : min (0.3em , 4vw );
184
183
}
You can’t perform that action at this time.
0 commit comments