Frontend: Fix text wrap (css)
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
00e334657a
commit
a11ce15f4a
1 changed files with 4 additions and 0 deletions
|
@ -146,3 +146,7 @@ main {
|
|||
#photoprism .p-page pre {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#photoprism .v-card button {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue