Browse Source

Fix flex width (#33414)

Fix #33409
pull/33423/head
wxiaoguang 11 months ago committed by GitHub
parent
commit
182e3896bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      web_src/css/repo/home-file-list.css

1
web_src/css/repo/home-file-list.css

@ -65,6 +65,7 @@ @@ -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