From 6019a271044ea5ca8262b72d0fce34a9e37901cf Mon Sep 17 00:00:00 2001 From: panPiotrek Date: Tue, 25 Oct 2022 22:45:42 +0200 Subject: [PATCH] add word-wrap for tags it looks weird with lots of tags --- pinry-spa/src/components/Pins.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pinry-spa/src/components/Pins.vue b/pinry-spa/src/components/Pins.vue index fac5a69..e339d7e 100644 --- a/pinry-spa/src/components/Pins.vue +++ b/pinry-spa/src/components/Pins.vue @@ -348,6 +348,7 @@ $avatar-height: 30px; } .pin-footer { position: relative; + overflow-wrap: break-word; top: $pin-footer-position-fix; background-color: white; border-radius: 0 0 3px 3px ;