From ebb53c2583b634444eb07b02b1471ab9ac5a2c6f Mon Sep 17 00:00:00 2001 From: Alice Bowman Date: Wed, 2 Oct 2024 17:29:32 +0200 Subject: [PATCH] bugfix: text wrapping on chrome --- static/css/rosenpass.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/rosenpass.css b/static/css/rosenpass.css index 5b3390f..33bc308 100644 --- a/static/css/rosenpass.css +++ b/static/css/rosenpass.css @@ -262,7 +262,7 @@ a.td-rss-button { a { color: var(--bs-link-color); font-weight: bold; - text-wrap: auto; + text-wrap: wrap; min-width: 210px; background-image: none; background-color: inherit; @@ -283,7 +283,7 @@ a.td-rss-button { p { padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x); font-size: smaller; - text-wrap: auto; + text-wrap: wrap; max-width: 290px; } } @@ -1203,7 +1203,7 @@ body:has(.td-offline-search-results) { font-size: small; width: fit-content; max-width: 80%; - text-wrap: auto; + text-wrap: wrap; margin-top: -0.5rem; }