Skip to content

Commit 40d1674

Browse files
committed
Merge branch 'bmcbride-patch-1'
2 parents 9d438ba + 9427a63 commit 40d1674

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/themes/bootstrap3.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ JSONEditor.defaults.themes.bootstrap3 = JSONEditor.AbstractTheme.extend({
4242
label.style.fontSize = '14px';
4343
group.style.marginTop = '0';
4444
group.appendChild(label);
45+
input.style.position = 'relative';
46+
input.style.float = 'left';
4547
}
4648
else {
4749
group.className += ' form-group';

0 commit comments

Comments
 (0)