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

add word-wrap for tags
This commit is contained in:
Ji Qu
2022-11-01 20:57:13 +08:00
committed by GitHub

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 ;