Skip to content

Commit 8692460

Browse files
committed
Fixes bug where h3 have unwanted border and padding in resource-service-bindings overlays
Fixes #2132
1 parent 33db947 commit 8692460

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/styles/_core.less

+4
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@
101101
border-bottom: 1px solid #eee;
102102
padding-bottom: 10px;
103103
}
104+
overlay-panel h3 {
105+
border-bottom: 0;
106+
padding-bottom: 0;
107+
}
104108
}
105109

106110
.hide-tabs .nav-tabs {

dist/styles/main.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)