mirror of https://github.com/vector-im/riot-web
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
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…
Reference in New Issue