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:
Karl Stolley
2025-08-06 12:41:31 -05:00
committed by Tim Abbott
parent f177598ecf
commit 42014f2f79

View File

@@ -751,7 +751,6 @@
.data-container {
grid-area: data-container;
overflow: hidden;
}
}