We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d438ba + 9427a63 commit 40d1674Copy full SHA for 40d1674
src/themes/bootstrap3.js
@@ -42,6 +42,8 @@ JSONEditor.defaults.themes.bootstrap3 = JSONEditor.AbstractTheme.extend({
42
label.style.fontSize = '14px';
43
group.style.marginTop = '0';
44
group.appendChild(label);
45
+ input.style.position = 'relative';
46
+ input.style.float = 'left';
47
}
48
else {
49
group.className += ' form-group';
0 commit comments