fix: display link as inline block
This stops the SVG from dropping outside the box when a localised string is longer than the box can hold.
This commit is contained in:
parent
6b8fb3b470
commit
84e2be7748
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ figcaption {
|
||||||
.snap-footer-link {
|
.snap-footer-link {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: #333;
|
color: #333;
|
||||||
display: block;
|
display: inline-block;
|
||||||
max-width: 335px;
|
max-width: 335px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 1px solid #e0dfdd;
|
border: 1px solid #e0dfdd;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue