mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 09:46:59 +00:00
fix(nc-gui): add nocodb import option
This commit is contained in:
@@ -71,7 +71,7 @@ const props = withDefaults(
|
||||
}
|
||||
|
||||
&.nc-variant-large .nc-submenu-title {
|
||||
@apply min-h-9;
|
||||
@apply min-h-9 !font-600;
|
||||
}
|
||||
|
||||
&:not(.ant-dropdown-menu-submenu-disabled) {
|
||||
@@ -133,6 +133,10 @@ const props = withDefaults(
|
||||
.nc-ant-dropdown-menu-item-label {
|
||||
@apply min-h-9;
|
||||
}
|
||||
|
||||
.nc-menu-item-inner {
|
||||
@apply !font-600;
|
||||
}
|
||||
}
|
||||
|
||||
.nc-ant-dropdown-menu-item-label {
|
||||
|
||||
Reference in New Issue
Block a user