mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 10:47:42 +02:00
Create attachments tab (#85)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</script>
|
||||
|
||||
<div class="container">
|
||||
<span class="label">{label}</span>
|
||||
<span class="overflow-label label">{label}</span>
|
||||
<ActionIcon label={'More...'} icon={MoreH} size={'small'} {action}/>
|
||||
</div>
|
||||
|
||||
@@ -36,11 +36,6 @@
|
||||
height: 4.5rem;
|
||||
|
||||
.label {
|
||||
flex-grow: 1;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
font-weight: 500;
|
||||
font-size: 1rem;
|
||||
color: var(--theme-caption-color);
|
||||
|
||||
Reference in New Issue
Block a user