Make polls fill column width in bubbles layout (#7661)

pull/21833/head
Michael Telatynski 2022-02-01 09:27:14 +00:00 committed by GitHub
parent 5d93ca5f2a
commit 18995363d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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 { .mx_EditMessageComposer_buttons {
position: static; position: static;
padding: 0; padding: 0;