Merge pull request 'don't overflow panel-heading' (#3539) from fix-chat-header into develop

Reviewed-on: https://git.pleroma.social/pleroma/pleroma-fe/pulls/3539
This commit is contained in:
HJ 2026-08-05 17:10:30 +00:00
commit 9d16e38f6e

View file

@ -148,6 +148,14 @@
background-image:
linear-gradient(to bottom, var(--background), var(--background)),
linear-gradient(to bottom, var(--__panel-background), var(--__panel-background));
overflow: hidden;
text-overflow: ellipsis;
.title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
--_shadow: var(--shadow);