Skip to content

Commit

Permalink
Fixes bug where h3 have unwanted border and padding in resource-servi…
Browse files Browse the repository at this point in the history
…ce-bindings overlays

Fixes #2132
  • Loading branch information
rhamilto committed Sep 21, 2017
1 parent 33db947 commit 8692460
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/_core.less
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
overlay-panel h3 {
border-bottom: 0;
padding-bottom: 0;
}
}

.hide-tabs .nav-tabs {
Expand Down
1 change: 1 addition & 0 deletions dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8692460

Please sign in to comment.