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