Skip to content

Commit 4d36c02

Browse files
committed
chore: update tools component to support an SVG icon positioned at the opposite end of the component
1 parent a2e5720 commit 4d36c02

File tree

1 file changed

+5
-0
lines changed
  • packages/uikit-workshop/src/sass/scss/04-components

1 file changed

+5
-0
lines changed

packages/uikit-workshop/src/sass/scss/04-components/_tools.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,8 @@
6464
width: 100%;
6565
margin: 0;
6666
}
67+
68+
// Make sure the text and icon align to the opposite ends
69+
.pl-c-tools__action-icon {
70+
margin-left: auto;
71+
}

0 commit comments

Comments
 (0)