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

Commit 1899536

Browse files
authored
Make polls fill column width in bubbles layout (#7661)
1 parent 5d93ca5 commit 1899536

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,15 @@ limitations under the License.
387387
}
388388
}
389389

390+
.mx_MPollBody {
391+
width: 550px; // to prevent timestamp overlapping summary text
392+
393+
.mx_MPollBody_totalVotes {
394+
// align summary text with corner timestamp
395+
padding: 4px 0;
396+
}
397+
}
398+
390399
.mx_EditMessageComposer_buttons {
391400
position: static;
392401
padding: 0;

0 commit comments

Comments
 (0)