Quick other fix for the fix,

no I am not professional and I need more sleep.
This commit is contained in:
Freeplay 2022-04-02 20:47:06 -04:00
parent ec0e778eb7
commit 3c3db692d7
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -1141,7 +1141,7 @@ html {
max-width: unset;
flex-grow: 1;
}
td {
td, th {
display: flex !important;
align-items: center;
justify-content: flex-end;

View file

@ -1028,7 +1028,8 @@
max-width: unset;
flex-grow: 1;
}
.page-content.repository:not(.milestones) > .ui.container #repo-files-table tr td {
.page-content.repository:not(.milestones) > .ui.container #repo-files-table tr td,
.page-content.repository:not(.milestones) > .ui.container #repo-files-table tr th {
display: flex !important;
align-items: center;
justify-content: flex-end;