refactor: changed the fix approach

This commit is contained in:
kKaskak 2024-01-02 11:02:01 +02:00
parent 66464c22eb
commit 374f468904

View file

@ -137,13 +137,16 @@
max-width: initial;
z-index: 0;
padding: 0 1.5rem;
}
}
.action-button {
.small-label {
font-size: 0.688rem;
font-weight: 600;
.buttons-container {
flex-direction: column;
gap: 1rem;
}
}
.action-button {
text-overflow: ellipsis;
width: 100%;
}
}
}