Removed Height from group card.
Each card's height is determined by it's content. Use flex positioning to position them top-aligned for each row like mockups.
This commit is contained in:
parent
04b219355c
commit
96bd40f2ff
@ -1,5 +1,3 @@
|
||||
$height: 80px;
|
||||
|
||||
.group-column-header {
|
||||
border-radius: 10px;
|
||||
background: $gab-background-container;
|
||||
@ -41,7 +39,6 @@ $height: 80px;
|
||||
overflow: hidden;
|
||||
|
||||
.group-card__header {
|
||||
height: $height;
|
||||
overflow: hidden;
|
||||
|
||||
img {
|
||||
|
Loading…
x
Reference in New Issue
Block a user