mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 07:57:39 +00:00
fix(nc-gui): add nocodb import option
This commit is contained in:
@@ -58,7 +58,11 @@ const selectable = computed(() => props.selectable ?? false)
|
||||
&.nc-variant-large {
|
||||
.ant-dropdown-menu-item,
|
||||
.nc-ant-dropdown-menu-item-label {
|
||||
@apply min-h-9 text-captionDropdownDefault;
|
||||
@apply min-h-9;
|
||||
}
|
||||
|
||||
.nc-menu-item-inner {
|
||||
@apply !font-600;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user