mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Prevent long title overflow on mobile
This commit is contained in:
parent
2b4cbda780
commit
4c29ed91a9
@ -12,6 +12,10 @@
|
||||
mix-blend-mode: multiply;
|
||||
}
|
||||
|
||||
.card-title {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.search-score-bar {
|
||||
width: 100px;
|
||||
height: 5px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user