Fix stretched button when text got very long

This commit is contained in:
Lim Chee Aun 2024-11-04 17:34:07 +08:00
parent bc3f8e140c
commit 7135ec905f

View file

@ -561,6 +561,11 @@
display: flex;
align-items: center;
gap: 4px;
small {
flex: 1;
min-width: 0;
}
}
}