Add margin-bottom to button rows in commands components
parent
86bcf04b2e
commit
5fc5ac2f9d
|
@ -64,3 +64,7 @@
|
|||
flex: 1;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.command-groups-button-row{
|
||||
margin-bottom: 10px;
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
.task-button-row{
|
||||
margin-bottom: 10px;
|
||||
}
|
|
@ -64,3 +64,7 @@ tr:hover {
|
|||
flex: 1;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.command-button-row{
|
||||
margin-bottom: 10px;
|
||||
}
|
Loading…
Reference in New Issue