mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 00:35:30 +01:00
Prevent long title overflow on mobile
This commit is contained in:
parent
fbfdd95958
commit
49053b6ad2
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
|||
mix-blend-mode: multiply;
|
||||
}
|
||||
|
||||
.card-title {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.search-score-bar {
|
||||
width: 100px;
|
||||
height: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue