mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Fix overflowing document titles on homepage mobile view
This commit is contained in:
parent
400392655e
commit
020696fb17
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
table {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
th:first-child {
|
||||
min-width: 5rem;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue