mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-24 02:25:00 +02:00
Improve process ui (#9645)
This commit is contained in:
@@ -37,11 +37,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<span
|
||||
class="{oneLine ? 'overflow-label' : 'lines-limit-2'} select-text"
|
||||
class:fs-bold={accent}
|
||||
use:tooltip={tooltipParams}
|
||||
>
|
||||
<span class={oneLine ? 'overflow-label' : 'lines-limit-2'} class:fs-bold={accent} use:tooltip={tooltipParams}>
|
||||
{#if Array.isArray(value)}
|
||||
{#each value as str, i}
|
||||
<span class:ml-1={i !== 0}><LinkWrapper text={str} /></span>
|
||||
|
||||
Reference in New Issue
Block a user