Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Make polls fill column width in bubbles layout (#7661)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Feb 1, 2022
1 parent 5d93ca5 commit 1899536
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,15 @@ limitations under the License.
}
}

.mx_MPollBody {
width: 550px; // to prevent timestamp overlapping summary text

.mx_MPollBody_totalVotes {
// align summary text with corner timestamp
padding: 4px 0;
}
}

.mx_EditMessageComposer_buttons {
position: static;
padding: 0;
Expand Down

0 comments on commit 1899536

Please sign in to comment.