From d74e19aebffed92ad7288a15d7926c3d1111f07c Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Fri, 8 Sep 2023 16:54:13 +0300 Subject: [PATCH] Fix instance links weird wrapping #1085 --- customize.dist/src/less2/pages/page-index.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/customize.dist/src/less2/pages/page-index.less b/customize.dist/src/less2/pages/page-index.less index d8bb4a43d..1738b987d 100644 --- a/customize.dist/src/less2/pages/page-index.less +++ b/customize.dist/src/less2/pages/page-index.less @@ -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; } } }