Fix Incorrect message scaling for verification request (#11793)

* Fix CSS for uploading-files in threads

* fix-close button to stick at top of container

* re-align close button

* re-align close button

* Fix verification-message-scaling

* add min width to mx_EventTileBubble

---------

Co-authored-by: Kerry <kerrya@element.io>
pull/28217/head
Dharshan 2023-10-26 12:37:32 +05:30 committed by GitHub
parent e8b27403b7
commit 53f35b6d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ limitations under the License.
.mx_EventTileBubble_subtitle {
grid-column: 2;
overflow-wrap: break-word;
min-inline-size: 50px;
}
.mx_EventTileBubble_title {

View File

@ -98,6 +98,7 @@ $left-gutter: 64px;
.mx_EventTileBubble {
margin-block: var(--EventTileBubble_margin-block);
min-width: 100px;
}
.mx_MImageBody {