mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Fix poll overflowing a reply tile on bubble message layout (#8459)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
4a04be6d1c
commit
483112950d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user