From 97934f05e845ef5bdc058b54ad25c9a32a464d42 Mon Sep 17 00:00:00 2001 From: scuti Date: Fri, 29 Nov 2024 15:19:30 -0800 Subject: [PATCH] simplified css rules - text no longer next to bar --- pleroma-comments.css | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pleroma-comments.css b/pleroma-comments.css index 65a4dda..f1624de 100644 --- a/pleroma-comments.css +++ b/pleroma-comments.css @@ -84,8 +84,6 @@ /* border:1px solid red; */ display: flex; flex-direction: column; - white-space:normal; - overflow:hidden; } @media only screen and (min-width:768px){ @@ -102,16 +100,8 @@ .pleroma-comment .bar { padding-top: 0.5em; padding-bottom:0.5em; -/* for options with 0% or small %s need at least 2 to bump away label */ - margin-right:2em; - /* Prevent text wrapping for the bar width */ - white-space: nowrap; } .pleroma-comment .bar-text { - overflow-wrap: break-word; - /* Allow word wrap */ - word-wrap: break-word; - /* Allow normal wrapping */ - white-space: normal; + ; }