Skip to content

Commit 38cf37d

Browse files
committed
changed character limit
1 parent 3cd0f12 commit 38cf37d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/components/permissions/row.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
color="--fgcolor-neutral-primary">
224224
{formatName(
225225
data.customName ?? '',
226-
$isSmallViewport ? 20 : 32
226+
$isSmallViewport ? 20 : 28
227227
)}
228228
</Typography.Text>
229229
</Layout.Stack>
@@ -233,14 +233,14 @@
233233
variant="copy"
234234
text={formatName(
235235
data.roleName,
236-
$isSmallViewport ? 20 : 32
236+
$isSmallViewport ? 20 : 28
237237
)}
238238
value={data.roleName} />
239239
{:else}
240240
<InteractiveText
241241
isVisible
242242
variant="copy"
243-
text={formatName(role, $isSmallViewport ? 20 : 32)}
243+
text={formatName(role, $isSmallViewport ? 20 : 28)}
244244
value={role} />
245245
{/if}
246246
</Layout.Stack>

0 commit comments

Comments
 (0)