Skip to content

Commit 7344345

Browse files
committed
Explicitly make select elements in content selector align left
1 parent a663b83 commit 7344345

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,8 @@
284284
}
285285
#bootbox-media-options-form select.btn, .widgetFormatting select.btn{
286286
margin-top: 2px;
287+
}
288+
289+
#bootbox-media-options-form select.btn, .widgetFormatting select.btn, #bootbox-media-options-form select.btn option, .widgetFormatting select.btn option{
290+
text-align: left;
287291
}

0 commit comments

Comments
 (0)