style: center-align text in table columns

This commit is contained in:
NimBold
2026-06-29 11:01:36 +03:30
parent 672565e274
commit d5e0caac33
+2
View File
@@ -1570,6 +1570,7 @@ html[data-list-density="relaxed"] .download-ghost-row {
.download-cell-truncate > span,
.download-cell-right > span {
display: block;
text-align: center;
max-width: 100%;
min-width: 0;
overflow: hidden;
@@ -1624,6 +1625,7 @@ html[data-list-density="relaxed"] .download-ghost-row {
min-width: 0;
max-width: 100%;
flex: 0 0 auto;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;