Align datatype sidebar box properties (#9632)

This commit is contained in:
Bjarne Fyrstenborg
2021-02-21 08:58:56 +01:00
committed by GitHub
parent 5e4d326ec2
commit 451f3da8f4

View File

@@ -800,9 +800,12 @@ legend + .control-group {
// adjustments for properties tab
.form-horizontal .block-form .control-label {
display: block;
float: none;
width: 100%;
display: block;
float: none;
width: 100%;
}
.form-horizontal .block-form .controls {
margin-left: 0;
}
//make sure buttons are always on top