Skip to content

Commit

Permalink
Adding position relative to SegmentedControl (#2194)
Browse files Browse the repository at this point in the history
* Adding position relative to SegmentedControl

* Create smooth-ears-rush.md

* Stylelint auto-fixes

Co-authored-by: Actions Auto Build <actions@github.com>
  • Loading branch information
jonrohan and actions-user committed Aug 9, 2022
1 parent c71e7df commit 5ee33ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-ears-rush.md
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Adding position relative to SegmentedControl
1 change: 1 addition & 0 deletions src/segmented-control/segmented-control.scss
@@ -1,6 +1,7 @@
// SegmentedControl

.SegmentedControl {
position: relative;
display: inline-flex;
background-color: var(--color-segmented-control-bg);
// stylelint-disable-next-line primer/borders
Expand Down

0 comments on commit 5ee33ac

Please sign in to comment.