mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix: menu item nested text.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
@import 'components/Tooltip';
|
||||
@import 'components/Postbox';
|
||||
@import 'components/Overlay';
|
||||
@import 'components/Menu';
|
||||
@import 'components/SidebarOverlay';
|
||||
|
||||
// Pages
|
||||
|
||||
7
client/src/style/components/Menu.scss
Normal file
7
client/src/style/components/Menu.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
.bp3-menu-item {
|
||||
|
||||
.menu-item-space {
|
||||
width: 6px;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user