mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 16:46:50 +01:00
8 lines
94 B
SCSS
8 lines
94 B
SCSS
table {
|
|
overflow-wrap: anywhere;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
th:first-child {
|
|
width: 25%;
|
|
}
|