mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
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>
This commit is contained in:
parent
e8b27403b7
commit
53f35b6d28
@ -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 {
|
||||
|
||||
@ -98,6 +98,7 @@ $left-gutter: 64px;
|
||||
|
||||
.mx_EventTileBubble {
|
||||
margin-block: var(--EventTileBubble_margin-block);
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
.mx_MImageBody {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user