Skip to content

Commit

Permalink
[nav] Increase padding below search
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Feb 10, 2016
1 parent f4c3b9b commit ba5b57e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/plugins/kibana/public/dashboard/styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
padding-bottom: 0;
}
navbar[name="dashboard-search"] {
padding-bottom: 5px;
padding-bottom: 10px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/kibana/public/discover/styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
padding-bottom: 0;
}
navbar[name="discover-search"] {
padding-bottom: 5px;
padding-bottom: 10px;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}

navbar[name="visualize-search"] {
padding-bottom: 5px;
padding-bottom: 10px;
}

&-actions {
Expand Down

0 comments on commit ba5b57e

Please sign in to comment.