set fixed width for document view table
This commit is contained in:
@@ -910,13 +910,28 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* &:has(.column-location) {
|
||||
width: 250px;
|
||||
} */
|
||||
&:has(.column-document) {
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
&:has(.column-viewer-date) {
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
&:has(.column-viewer) {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
&:has(.column-location) {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.column-document,
|
||||
.column-viewer-date,
|
||||
.column-viewer,
|
||||
.column-location {
|
||||
width: 250px;
|
||||
margin: 0 auto;
|
||||
/* width: 250px;
|
||||
margin: 0 auto; */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user