Skip to content

Commit

Permalink
fix(dashboareditor): use min-height to fix full height
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Stone committed Nov 4, 2020
1 parent f732d0d commit c6eda2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ const DashboardEditorHeader = ({
labelText={<DocumentImport16 fill="#161616" />}
onChange={onImport}
disableLabelChanges
accepts={['.json']}
multiple={false}
/>
</TooltipIcon>
)
Expand Down
4 changes: 2 additions & 2 deletions src/components/DashboardEditor/_dashboard-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
}

&__breakpoint-info {
padding: 1rem;
padding: $spacing-05;
width: 100%;
background-color: $ui-03;
}
Expand All @@ -94,7 +94,7 @@
}
}
&--sidebar {
height: 100%;
min-height: 100%;
width: 16rem;
}
}

0 comments on commit c6eda2d

Please sign in to comment.