Final commit, I promise.
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -1144,6 +1144,8 @@ html {
|
|||||||
td, th {
|
td, th {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
}
|
||||||
|
td {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1032,6 +1032,8 @@
|
|||||||
.page-content.repository:not(.milestones) > .ui.container #repo-files-table tr th {
|
.page-content.repository:not(.milestones) > .ui.container #repo-files-table tr th {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
}
|
||||||
|
.page-content.repository:not(.milestones) > .ui.container #repo-files-table tr td {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
.page-content.repository:not(.milestones) > .ui.container #repo-files-table td::before {
|
.page-content.repository:not(.milestones) > .ui.container #repo-files-table td::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user