Skip to content

Commit

Permalink
remove left padding for kbn-timepicker-section
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed May 24, 2017
1 parent b9a0b4d commit dca8086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/timepicker/timepicker.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
.kbn-timepicker-section {
float: left;
padding: 0px 15px;
padding-right: 15px;
}
.kbn-refresh-section {
float: left;
Expand Down

0 comments on commit dca8086

Please sign in to comment.