-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✅ Remove unnecessary wrapper div from list
- Loading branch information
1 parent
82389fd
commit a56f150
Showing
2 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
10 changes: 4 additions & 6 deletions
10
libs/designsystem/src/lib/components/list/list-experimental/list-experimental.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
<section> | ||
<ng-content select="[outside]"></ng-content> | ||
<div class="rounded shadow first-item-padding last-item-padding"> | ||
<ng-content></ng-content> | ||
</div> | ||
</section> | ||
<ng-content select="[outside]"></ng-content> | ||
<div class="rounded shadow first-item-padding last-item-padding"> | ||
<ng-content></ng-content> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters