Skip to content

Commit

Permalink
Fix width stretching (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
diadorer authored Aug 30, 2023
1 parent 20a6d87 commit ff23507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/kit/components/Layouts/Transparent/Transparent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@

&_without-max-width {
max-width: unset;

& > .df-error-wrapper {
width: unset;
}
}

&__remove-button {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@

&__inner {
max-width: 100%;
width: 100%;
}
}

0 comments on commit ff23507

Please sign in to comment.