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