Skip to content

Commit

Permalink
Fix docs loading state CSS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzyup committed Apr 22, 2021
1 parent eac2896 commit 3f22f8e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/packages/consul-ui/app/styles/debug.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
// temporary component debugging setup
@import 'consul-ui/components/main-nav-vertical/debug';

.is-debug .brand-loader {
display: none !important;
}

.docs {
[role='banner'] nav:first-of-type {
height: calc(100vh - var(--chrome-height, 47px));
}
.tabular-collection,
.list-collection {
height: 300px !important;
Expand Down

0 comments on commit 3f22f8e

Please sign in to comment.