File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ JSONEditor.defaults.themes.semantic_ui = JSONEditor.AbstractTheme.extend({
56
56
getIndentedPanel : function ( ) {
57
57
var el = document . createElement ( 'div' ) ;
58
58
el . className = 'ui form ui basic segment' ;
59
+ el . style . position = '' ;
59
60
//el.style.paddingBottom = 0;
60
61
return el ;
61
62
} ,
@@ -108,11 +109,11 @@ JSONEditor.defaults.themes.semantic_ui = JSONEditor.AbstractTheme.extend({
108
109
} ,
109
110
getTabHolder : function ( ) {
110
111
var el = document . createElement ( 'div' ) ;
111
- el . className = 'ui tabbed-array grid' ;
112
+ el . className = 'ui tabbed-array grid ui segment ' ;
112
113
//el.style.borderTop = "2px solid #ddd";
113
114
//el.style.marginTop = "10px!important";
114
115
el . style . clear = "both" ;
115
- el . innerHTML = "<div class='three wide column ui small vertical secondary pointing menu'></div><div class='rows thirteen wide stretched column'></div>" ;
116
+ el . innerHTML = "<div class='three wide column ui small vertical tabular menu'></div><div style='padding:0' class='rows thirteen wide stretched column'></div>" ;
116
117
return el ;
117
118
} ,
118
119
getTab : function ( text ) {
You can’t perform that action at this time.
0 commit comments