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