Browse Source
add word-wrap for tags
it looks weird with lots of tags
pull/358/head
panPiotrek
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
pinry-spa/src/components/Pins.vue
|
@@ -348,6 +348,7 @@ $avatar-height: 30px; |
|
|
} |
|
|
} |
|
|
.pin-footer { |
|
|
.pin-footer { |
|
|
position: relative; |
|
|
position: relative; |
|
|
|
|
|
overflow-wrap: break-word; |
|
|
top: $pin-footer-position-fix; |
|
|
top: $pin-footer-position-fix; |
|
|
background-color: white; |
|
|
background-color: white; |
|
|
border-radius: 0 0 3px 3px ; |
|
|
border-radius: 0 0 3px 3px ; |
|
|