feat: Change table io

This commit is contained in:
sthag 2026-03-17 00:33:37 +01:00
parent eb4349f9e5
commit b42c8cdd7e

View file

@ -83,7 +83,8 @@ footer {
}
}
table .io nav {
table {
.io nav {
@extend %flex_inline;
flex-wrap: nowrap;
align-items: stretch;
@ -91,4 +92,9 @@ table .io nav {
button {
margin: config.$margin_io;
}
}
.io:last-child nav {
justify-content: flex-end;
}
}