Skip to content

Commit 1c44fd4

Browse files
committed
fix: delete senseless max-w-[200px]
1 parent 9037615 commit 1c44fd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/spa/src/renderers/SensitiveBlurCell.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="inline-flex items-center gap-1">
33
<div
4-
class="overflow-hidden max-w-[200px] max-h-[20px] rounded-default"
4+
class="overflow-hidden max-h-[20px] rounded-default"
55
:title="show ? $t('Click to hide') : $t('Click to show')"
66
@click="toggle"
77
>

0 commit comments

Comments
 (0)