Frontend: Fix text wrap (css)

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-07-12 05:02:12 +02:00
parent 00e334657a
commit a11ce15f4a

View file

@ -146,3 +146,7 @@ main {
#photoprism .p-page pre {
overflow: auto;
}
#photoprism .v-card button {
overflow-wrap: anywhere;
}