Browse Source

refactor(gui-v2): make subtitle in lock type multiline

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/3272/head
Pranav C 2 years ago
parent
commit
c73a75e27b
  1. 2
      packages/nc-gui-v2/components/smartsheet-toolbar/LockType.vue

2
packages/nc-gui-v2/components/smartsheet-toolbar/LockType.vue

@ -40,7 +40,7 @@ const selectedView = inject(ActiveViewInj)
<div>
<component :is="types[type].icon" class="text-gray-500" />
{{ $t(types[type].title) }}
<div class="nc-subtitle">
<div class="nc-subtitle whitespace-normal">
{{ types[type].subtitle }}
</div>
</div>

Loading…
Cancel
Save