set location column width
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user