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; + ; }