Put all actions in the same flex container, aligned to right

This commit is contained in:
Jean-Baptiste Bellet
2023-01-06 10:45:30 +01:00
parent fc6bd53720
commit 52cb6d4eec
3 changed files with 10 additions and 9 deletions

View File

@@ -46,6 +46,10 @@ table tbody tr {
display: flex;
column-gap: 10px;
}
&.actions > .flex {
justify-content: flex-end;
}
}
&.even,
&.odd {