This commit is contained in:
bakhirev 2025-05-22 16:39:01 +03:00
parent 1fd41c2fb9
commit 7602bcef4d
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -67,6 +67,7 @@
&_text {
max-width: calc(100% - 40px);
margin-left: var(--space-xs);
text-overflow: ellipsis;
overflow: hidden;
}

View file

@ -59,6 +59,7 @@
&_button {
color: var(--color-temp-title);
background-color: var(--color-temp-bg);
border-color: var(--color-temp-border);
}