Skip to content

Commit

Permalink
Fix poll overflowing a reply tile on bubble message layout (#8459)
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul committed May 2, 2022
1 parent 4a04be6 commit 4831129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ limitations under the License.

.mx_MPollBody {
width: 550px; // to prevent timestamp overlapping summary text
max-width: 100%; // prevent overflowing a reply tile

.mx_MPollBody_totalVotes {
// align summary text with corner timestamp
Expand Down

0 comments on commit 4831129

Please sign in to comment.