Quick other fix for the fix,
no I am not professional and I need more sleep.
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -1141,7 +1141,7 @@ html {
|
|||||||
max-width: unset;
|
max-width: unset;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
td {
|
td, th {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
|||||||
@ -1028,7 +1028,8 @@
|
|||||||
max-width: unset;
|
max-width: unset;
|
||||||
flex-grow: 1;
|
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;
|
display: flex !important;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
|||||||
Reference in New Issue
Block a user