Merge pull request #123 from whopper/PDOC-93/search_bar_css
(PDOC-93) Ensure search bar doesn't overlap item list in nav bar
This commit is contained in:
commit
c1dfeb9864
|
@ -0,0 +1,8 @@
|
|||
/* Ensure the search bar doesn't overlap with links */
|
||||
.fixed_header {
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
#full_list {
|
||||
padding-top: 15px;
|
||||
}
|
Loading…
Reference in New Issue