Added action-button class

This commit is contained in:
Jose Gonzalez 2023-03-06 11:34:03 +01:00
parent e4f63206eb
commit a4655c221d
1 changed files with 7 additions and 0 deletions

View File

@ -2097,6 +2097,13 @@ table.rounded_cells td {
margin-left: 16px;
}
.action-buttons-right-forced {
display: flex;
flex-direction: row-reverse;
align-items: center;
width: 100%;
float: right;
}
.toolbox-buttons {
display: flex;
flex-direction: row;