Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
fix(panel, flow-item): added min-height.
Browse files Browse the repository at this point in the history
  • Loading branch information
asangma committed Oct 10, 2019
1 parent 942bf07 commit a16d390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
display: flex;
align-items: center;
justify-content: space-between;
min-height: var(--calcite-app-header-min-height);
}

.heading {
Expand Down
2 changes: 2 additions & 0 deletions src/assets/styles/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ $animation-time: 250ms !default;

--calcite-app-border-radius: 3px;

--calcite-app-header-min-height: 3rem;

// shadows
--calcite-app-shadow-0: 0 2px 4px rgba(0, 0, 0, 0.1);
--calcite-app-shadow-1: #{$shadow-1};
Expand Down

0 comments on commit a16d390

Please sign in to comment.