mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[nav] Increase padding below search
This commit is contained in:
parent
f4c3b9b6f4
commit
ba5b57e6ea
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
padding-bottom: 0;
|
||||
}
|
||||
navbar[name="dashboard-search"] {
|
||||
padding-bottom: 5px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
padding-bottom: 0;
|
||||
}
|
||||
navbar[name="discover-search"] {
|
||||
padding-bottom: 5px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
}
|
||||
|
||||
navbar[name="visualize-search"] {
|
||||
padding-bottom: 5px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
&-actions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue