set location column width

This commit is contained in:
smanylov
2026-06-08 14:37:02 +07:00
parent c501c2bbbf
commit 98cb5ab09b
2 changed files with 18 additions and 4 deletions
+14
View File
@@ -833,6 +833,10 @@
padding: 15px 16px;
}
}
&:has(.column-location) {
width: 250px;
}
}
.column {
@@ -906,6 +910,16 @@
}
}
/* &:has(.column-location) {
width: 250px;
} */
.column-location {
width: 250px;
margin: 0 auto;
overflow: hidden;
}
.table-item-file-name-image-wrapper {
width: 40px;
height: 40px;