forked from mirrors/Gitea-Modern
Quick other fix for the fix,
no I am not professional and I need more sleep.
This commit is contained in:
parent
ec0e778eb7
commit
3c3db692d7
3 changed files with 4 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -1141,7 +1141,7 @@ html {
|
|||
max-width: unset;
|
||||
flex-grow: 1;
|
||||
}
|
||||
td {
|
||||
td, th {
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue