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,12 +83,18 @@ footer {
} }
} }
table .io nav { table {
@extend %flex_inline; .io nav {
flex-wrap: nowrap; @extend %flex_inline;
align-items: stretch; flex-wrap: nowrap;
align-items: stretch;
button { button {
margin: config.$margin_io; margin: config.$margin_io;
}
}
.io:last-child nav {
justify-content: flex-end;
} }
} }