We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9037615 commit 1c44fd4Copy full SHA for 1c44fd4
1 file changed
adminforth/spa/src/renderers/SensitiveBlurCell.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div class="inline-flex items-center gap-1">
3
<div
4
- class="overflow-hidden max-w-[200px] max-h-[20px] rounded-default"
+ class="overflow-hidden max-h-[20px] rounded-default"
5
:title="show ? $t('Click to hide') : $t('Click to show')"
6
@click="toggle"
7
>
0 commit comments