fix(table): wrong alignment of buttons

This commit is contained in:
Elian Doran 2026-01-31 12:54:11 +02:00
parent f80763ffb4
commit ffbe8f9dc4
No known key found for this signature in database

View File

@ -25,6 +25,10 @@
justify-content: center;
}
.right-container {
justify-content: flex-end;
}
button.btn {
min-width: 0;
}