Browse Source

Merge pull request #358 from Piotr12/Piotr12-word-wrap

add word-wrap for tags
pull/360/head
Ji Qu 2 years ago
committed by GitHub
parent
commit
8b29ad3b24
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pinry-spa/src/components/Pins.vue

+ 1
- 0
pinry-spa/src/components/Pins.vue View File

@@ -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 ;


Loading…
Cancel
Save