AW-492-edit

fix
This commit is contained in:
gofnnp 2025-07-02 08:37:57 +04:00
parent e59655d0b8
commit 0d890dc24d

View File

@ -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;
}
}