Fix flex width (#33414)

Fix #33409
pull/33415/head^2
wxiaoguang 4 days ago committed by GitHub
parent 77d14fb6d3
commit 182e3896bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -65,6 +65,7 @@
}
#repo-files-table .repo-file-last-commit {
min-width: 0; /* otherwise the flex axis is not limited and the text might overflow in Pale Moon */
background: var(--color-box-header);
}

Loading…
Cancel
Save