mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-17 08:31:18 +00:00
9 lines
94 B
SCSS
9 lines
94 B
SCSS
table {
|
|
overflow-wrap: anywhere;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
th:first-child {
|
|
width: 25%;
|
|
}
|