Sets width to attachment to avoid text overflow.

This commit is contained in:
mateuswetah 2019-08-20 10:32:44 -03:00
parent c97754b927
commit b318334d9b
1 changed files with 2 additions and 0 deletions

View File

@ -393,9 +393,11 @@
}
}
a {
width: 125px;
display: inline-block;
font-size: 0.875rem;
text-align: center;
word-break: break-all;
}
a,
a:focus,