Skip to content

Commit

Permalink
fix(portal): expansion-panel header height
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Oct 30, 2023
1 parent 061f5b7 commit 815e452
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@import '../portal.variables';

:host {
height: 48px;
border-bottom: 2px solid aliceblue;
display: flex;
align-items: center;
Expand All @@ -12,11 +13,7 @@
}
}

.app-expansion-panel-trigger-container {
display: flex;
}

.app-expansion-panel-trigger-container,
.app-expansion-panel-content {
display: flex;
height: 100%;
}

0 comments on commit 815e452

Please sign in to comment.