Skip to content

Commit 81c63db

Browse files
committed
fix(styling) Improve bs3 subschema array styling
1 parent 877fe46 commit 81c63db

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

less/forms-angular-bs-common.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ form {
101101
}
102102

103103
.schema-head {
104-
margin-top: 0;
104+
margin-top: 8px;
105105
margin-bottom: 5px;
106106
border: 1px solid #ddd;
107107
padding: 4px 180px;
108108
}
109109
.sub-doc {
110-
padding: 0 5px 0 0;
110+
padding: 5px 5px 2px 0;
111111
width: 97%; // which will get rid of scroll bar under most circumstances
112112
margin-bottom: 3px;
113113
position: relative;

less/forms-angular-bs3-specific.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ form {
9393
border-radius: @border-radius-base;
9494
}
9595

96+
.sub-doc {
97+
margin-left: 12px;
98+
}
99+
96100
// .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox-inline input[type="checkbox"]
97101
.checkbox input[type="checkbox"] {
98102
margin-left: -5px;

0 commit comments

Comments
 (0)