Message: Ensure that inline metadata is always clickable

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
automated-signal 2024-04-05 16:48:47 -05:00 committed by GitHub
parent 3202d40535
commit b6df526cbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1184,6 +1184,8 @@ $message-padding-horizontal: 12px;
&--inline {
float: inline-end;
margin-top: -14px;
position: relative;
z-index: $z-index-base;
}
}