Final commit, I promise.

This commit is contained in:
Freeplay 2022-04-02 20:54:03 -04:00
parent 3c3db692d7
commit 9a0dd1a2d2
3 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -1144,6 +1144,8 @@ html {
td, th {
display: flex !important;
align-items: center;
}
td {
justify-content: flex-end;
}
}

View file

@ -1032,6 +1032,8 @@
.page-content.repository:not(.milestones) > .ui.container #repo-files-table tr th {
display: flex !important;
align-items: center;
}
.page-content.repository:not(.milestones) > .ui.container #repo-files-table tr td {
justify-content: flex-end;
}
.page-content.repository:not(.milestones) > .ui.container #repo-files-table td::before {