瀏覽代碼

add word-wrap for tags

it looks weird with lots of tags
pull/358/head
panPiotrek 2 年之前
committed by GitHub
父節點
當前提交
6019a27104
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      pinry-spa/src/components/Pins.vue

+ 1
- 0
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 ;


Loading…
取消
儲存