mirror of https://github.com/vector-im/riot-web
Fix poll overflowing a reply tile on bubble message layout (#8459)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>pull/28217/head
parent
4a04be6d1c
commit
483112950d
|
@ -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 New Issue