Skip to content

Commit 07a46da

Browse files
committed
Prevent the commit OID from overflowing on a small screen
It's much nicer to just truncate it. The link has the full OID anyway. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 6183219 commit 07a46da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

GitForWindows.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,10 @@ footer li {
286286
color: #FFFFFF;
287287
margin-bottom: 0.625em;
288288
margin-top: 0.9375em;
289-
padding: 0.1875em 0;
289+
padding: 0.1875em .5em 0;
290+
white-space: nowrap;
291+
overflow: hidden;
292+
text-overflow: ellipsis;
290293
text-align: center;
291294
text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
292295
}

0 commit comments

Comments
 (0)