1
0
Fork 0
mirror of synced 2024-08-19 03:51:29 +12:00

Allow table buttons to wrap

This commit is contained in:
Andrew Kingston 2022-04-08 10:35:13 +01:00
parent 526805d7e7
commit 6be3c7c624

View file

@ -217,5 +217,13 @@
flex-direction: row;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.left-buttons,
.right-buttons {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
</style>