mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 00:35:30 +01:00
Prevent dashboard overflow on mobile
This commit is contained in:
parent
c980a52244
commit
a4ee4e9b17
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
table {
|
||||
overflow-wrap: anywhere;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
th:first-child {
|
||||
min-width: 5rem;
|
||||
width: 25%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue