Fix instance links weird wrapping #1085

This commit is contained in:
DianaXWiki 2023-09-08 16:54:13 +03:00
parent c35478b464
commit d74e19aebf

View file

@ -38,8 +38,7 @@
font-weight: 500;
color: @cryptpad_color_brand;
font-size: 2.8rem;
white-space:pre;
overflow-wrap: break-word;
overflow-wrap: anywhere;
word-wrap: break-word;
word-break: break-word;
@ -87,8 +86,9 @@
.cp-instance-links {
padding: 1.3rem;
a {
margin: 1.3rem;
margin-left:auto;
display: inline-block;
margin: 0.5em;
white-space: nowrap;
}
}
}