Skip to content

Commit 1ce9b3d

Browse files
Update pfe-band.scss
revert changes to card height flexbox styles
1 parent 132e733 commit 1ce9b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/pfe-band/src/pfe-band.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ $LOCAL: band;
110110
// Set up the flex styles for each region
111111
display: flex;
112112
flex-flow: column nowrap;
113-
//align-items: flex-start;
113+
align-items: flex-start;
114114
// Grid support styles
115115
@supports (display: grid) {
116116
grid-area: #{$grid-area};

0 commit comments

Comments
 (0)