Increased margin between controls in logs panel, fixes #14637

This commit is contained in:
Torkel Ödegaard
2018-12-23 07:18:11 +01:00
parent 8b4083a602
commit 270d52495d

View File

@@ -18,7 +18,7 @@ $column-horizontal-spacing: 10px;
flex-wrap: wrap;
> * {
margin-right: 1em;
margin-right: $spacer*2;
}
}