Skip to content

Commit d25bf51

Browse files
committed
[fix:ui] Fixed config switcher positioning #592
Fixes #592
1 parent 7364b33 commit d25bf51

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

openwisp_controller/config/static/config/css/lib/jsonschema-ui.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,15 @@ div[data-schematype="object"] > .inline-related > .grid-container > div >
177177
.jsoneditor-wrapper div.jsoneditor .grid-column > label,
178178
.jsoneditor-wrapper div.jsoneditor .grid-column > select{
179179
position: absolute;
180-
top: 14px;
181180
left: 0;
181+
top: 12px;
182182
z-index: 1;
183183
font-weight: bold;
184184
}
185185
.jsoneditor-wrapper div.jsoneditor .inline-related > select,
186186
.jsoneditor-wrapper div.jsoneditor .grid-column > select{
187187
margin-left: 188px;
188-
background-color: #fff
188+
background-color: #fff;
189189
}
190190
.jsoneditor-wrapper div.jsoneditor .grid-row .grid-column{ position: relative }
191191
.jsoneditor-wrapper div.jsoneditor .modal{
@@ -291,8 +291,7 @@ div.jsoneditor > div > h3.controls{
291291
z-index: 99;
292292
}
293293
.jsoneditor-wrapper div.jsoneditor .grid-row .grid-column > select.switcher{
294-
position: static;
295-
margin-top: 15px;
294+
top: 11px;
296295
}
297296
.jsoneditor-wrapper div.jsoneditor .grid-row > .grid-column > label {
298297
display: none;

0 commit comments

Comments
 (0)