Added action-button class
This commit is contained in:
parent
e4f63206eb
commit
a4655c221d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue