Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
CynthiaKamau committed Nov 6, 2023
1 parent 86c723e commit c30e49d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ $actionPanelOffset: 3rem;

.chartExtensions {
background-color: $ui-02;
flex-basis: 0.75%;
flex-grow: 3;
display: flex;
width: 100%;

& > div {
flex: 1;
Expand All @@ -79,7 +77,6 @@ $actionPanelOffset: 3rem;

.nonChartExtensions {
background-color: $ui-02;
flex-basis: 0.25%;
flex-grow: 1;
display: flex;

Expand All @@ -92,6 +89,10 @@ $actionPanelOffset: 3rem;
cursor: pointer;
}
}

.nonChartExtensions:empty {
display: none;
}
}

.divider {
Expand Down

0 comments on commit c30e49d

Please sign in to comment.