Skip to content

Commit

Permalink
fix(core/input): slot heights (#610)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Maurer <lukas.maurer@siemens.com>
  • Loading branch information
goncalosard and nuke-ellington committed Jul 5, 2023
1 parent b640409 commit 6007776
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/components/input-group/input-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@

.group-start {
left: 0px;
height: 2rem;
}

.group-end {
right: 0px;
height: 2rem;
}

::slotted(*) {
Expand Down

0 comments on commit 6007776

Please sign in to comment.