Sets width to attachment to avoid text overflow.
This commit is contained in:
parent
c97754b927
commit
b318334d9b
|
@ -393,9 +393,11 @@
|
|||
}
|
||||
}
|
||||
a {
|
||||
width: 125px;
|
||||
display: inline-block;
|
||||
font-size: 0.875rem;
|
||||
text-align: center;
|
||||
word-break: break-all;
|
||||
}
|
||||
a,
|
||||
a:focus,
|
||||
|
|
Loading…
Reference in New Issue