mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
Fixes profile settings copy tooltip truncate (#4504)
Signed-off-by: Bogdan <tsechoev.bogdan@yandex.ru>
This commit is contained in:
parent
779d5318c3
commit
722ae8a0f5
@ -55,7 +55,7 @@
|
||||
"NoExpire": "No expire",
|
||||
"TypeLabel": "Type",
|
||||
"StatusDueDateTooltip": "Until {date}",
|
||||
"CopyToClipboard": "Copy to clipboard",
|
||||
"CopyToClipboard": "Copy",
|
||||
"Copied": "Copied",
|
||||
"ViewFullProfile": "View full profile",
|
||||
"Member": "Member",
|
||||
|
@ -55,7 +55,7 @@
|
||||
"NoExpire": "Бессрочно",
|
||||
"TypeLabel": "Тип",
|
||||
"StatusDueDateTooltip": "До {date}",
|
||||
"CopyToClipboard": "Скопировать в буфер обмена",
|
||||
"CopyToClipboard": "Скопировать",
|
||||
"Copied": "Скопировано",
|
||||
"ViewFullProfile": "Посмотреть профиль",
|
||||
"Member": "Сотрудник компании",
|
||||
|
@ -150,7 +150,7 @@
|
||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||
<span
|
||||
class="select-text cover-channel overflow-label"
|
||||
class="select-text cover-channel overflow-label with-tooltip"
|
||||
class:show
|
||||
class:copied={label === plugin.string.Copied}
|
||||
class:cursor-pointer={openable}
|
||||
@ -232,6 +232,10 @@
|
||||
color: var(--theme-content-color);
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
&.with-tooltip {
|
||||
min-width: 5.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-container {
|
||||
|
Loading…
Reference in New Issue
Block a user