Message: Ensure that inline metadata is always clickable

This commit is contained in:
Scott Nonnenberg 2024-04-05 12:43:59 -07:00 committed by GitHub
parent e388f13910
commit 09f1c15a3e
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;
}
}