simplified css rules - text no longer next to bar

This commit is contained in:
scuti 2024-11-29 15:19:30 -08:00
parent 7a4c2aec2f
commit 97934f05e8

View File

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