Skip to content

Commit a663b83

Browse files
committed
Add 2px margin above select elements in media options and widget options panels within WYSIWYG
1 parent 44a1d21 commit a663b83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

system/application/views/widgets/edit/content_selector.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,7 @@
281281
}
282282
.node_types option{
283283
background-color: #fff;
284+
}
285+
#bootbox-media-options-form select.btn, .widgetFormatting select.btn{
286+
margin-top: 2px;
284287
}

0 commit comments

Comments
 (0)