Dynamically size card height
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -243,7 +243,7 @@ export default {
|
|||||||
|
|
||||||
.card-upper {
|
.card-upper {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 50px;
|
min-height: 50px;
|
||||||
form {
|
form {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 5px 7px;
|
padding: 5px 7px;
|
||||||
@@ -306,7 +306,7 @@ export default {
|
|||||||
margin-right: $card-padding;
|
margin-right: $card-padding;
|
||||||
& > div {
|
& > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 44px;
|
max-height: 44px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user