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
1 changed files with 1 additions and 0 deletions
|
@ -406,6 +406,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_MPollBody {
|
.mx_MPollBody {
|
||||||
width: 550px; // to prevent timestamp overlapping summary text
|
width: 550px; // to prevent timestamp overlapping summary text
|
||||||
|
max-width: 100%; // prevent overflowing a reply tile
|
||||||
|
|
||||||
.mx_MPollBody_totalVotes {
|
.mx_MPollBody_totalVotes {
|
||||||
// align summary text with corner timestamp
|
// align summary text with corner timestamp
|
||||||
|
|
Loading…
Reference in a new issue