Skip to content

Commit

Permalink
fix(core/input-group): update margin (#1218)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Leroux <[email protected]>
  • Loading branch information
nuke-ellington and danielleroux authored Apr 16, 2024
1 parent 9886807 commit d95d5e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cyan-garlics-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@siemens/ix': patch
---

fix(core/input-group): update margin
2 changes: 1 addition & 1 deletion packages/core/src/components/input-group/input-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.group-start {
left: 0px;
height: 2rem;
margin-left: 0.375rem;
margin-left: 0.5rem;
color: var(--theme-color-soft-text);
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d95d5e9

Please sign in to comment.