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

Commit

Permalink
Merge pull request #467 from Esri/asangma/block-caret-fix-453
Browse files Browse the repository at this point in the history
fix(block): fixed caret resizing
  • Loading branch information
asangma authored Oct 25, 2019
2 parents e3ce833 + 186443b commit 8716e56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/calcite-block/calcite-block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ calcite-loader[inline] {
}

.toggle-icon {
margin: 0 4px;
fill: currentColor;
flex: 0 0 var(--calcite-app-icon-size);
margin: 0 var(--calcite-app-side-spacing-half);
}

.content {
Expand Down

0 comments on commit 8716e56

Please sign in to comment.