Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Dec 21, 2019
1 parent f1bde42 commit 80d4f46
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/legacy/ui/public/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
@import './saved_objects/index';
@import './share/index';
@import './style_compile/index';
@import './management/index';

// The following are prefixed with "vis"

Expand Down
2 changes: 1 addition & 1 deletion src/legacy/ui/public/management/_index.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import './components/index';
@import '../../../../plugins/management/public/components/index';
2 changes: 1 addition & 1 deletion src/plugins/management/public/_index.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import './components/'
@import './components/index';
4 changes: 2 additions & 2 deletions src/plugins/management/public/components/_sidebar_nav.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.mgtSidebarNav {
.mgtSideBarNav {
width: 192px;
img.euiSideNavItemButton__content {
img.euiSideNavItemButton__icon {
width: 16px;
height: 16px;
}
Expand Down

0 comments on commit 80d4f46

Please sign in to comment.