AW-492-edit
fix
This commit is contained in:
parent
e59655d0b8
commit
0d890dc24d
@ -1,7 +1,7 @@
|
||||
.card.card {
|
||||
padding: 0;
|
||||
min-width: 200px;
|
||||
height: 227px;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
box-shadow: none;
|
||||
display: flex;
|
||||
@ -22,11 +22,14 @@
|
||||
|
||||
.content {
|
||||
padding: 14px 12px 12px;
|
||||
height: 100%;
|
||||
|
||||
& > .info {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
height: 100%;
|
||||
justify-content: space-between;
|
||||
gap: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user