add word-wrap for tags

it looks weird with lots of tags
This commit is contained in:
panPiotrek
2022-10-25 22:45:42 +02:00
committed by GitHub
parent a93510f4a5
commit 6019a27104

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 ;