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:
commit
9d16e38f6e
1 changed files with 8 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue