mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
site_previews: Don't hide overflow on data-container.
Because both .message_embed_title and .message_embed_description manage their own overflow, there's no need to set it on the outer container, which can clip the top of the letters on message titles under certain circumstances.
This commit is contained in:
parent
f177598ecf
commit
42014f2f79
@ -751,7 +751,6 @@
|
||||
|
||||
.data-container {
|
||||
grid-area: data-container;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user