Skip to content

Commit

Permalink
move chevrons left
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Oct 10, 2022
1 parent 5851cf8 commit 1f79ede
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webview/src/experiments/components/table/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding;
height: 32px;
padding: 0;
flex: 0 0 20px;
left: -8px;
display: inline-block;
position: relative;
border: none;
Expand All @@ -217,7 +218,7 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding;
.contractedRowArrow {
@extend %expandableRowArrow;
transform: rotate(-45deg);
right: 4px;
right: 5px;
bottom: 0;
}

Expand Down

0 comments on commit 1f79ede

Please sign in to comment.