Skip to content

Commit

Permalink
Label fix for EUI regression (#15605)
Browse files Browse the repository at this point in the history
Small fix for checkbox spacing due to EUI reset.
  • Loading branch information
snide committed Dec 14, 2017
1 parent 6210553 commit 6c7ca80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/public/styles/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ style-compile {
.kuiOptionLabel {
font-weight: normal; // 1
cursor: pointer;
display: inline-block;
margin-bottom: 10px;
}

.kuiFormPanel {
Expand Down

0 comments on commit 6c7ca80

Please sign in to comment.