mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Make polls fill column width in bubbles layout (#7661)
This commit is contained in:
parent
5d93ca5f2a
commit
18995363d0
@ -387,6 +387,15 @@ limitations under the License.
|
||||
}
|
||||
}
|
||||
|
||||
.mx_MPollBody {
|
||||
width: 550px; // to prevent timestamp overlapping summary text
|
||||
|
||||
.mx_MPollBody_totalVotes {
|
||||
// align summary text with corner timestamp
|
||||
padding: 4px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_EditMessageComposer_buttons {
|
||||
position: static;
|
||||
padding: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user