Skip to content

Commit 3a45c4d

Browse files
committed
ensure first child div of #sidebar has zero top padding (DLC-1129)
- remove .inner borders in signature layout
1 parent b422a7d commit 3a45c4d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/assets/stylesheets/stylesheets/_base_layout.scss

+3
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,9 @@ h2[itemprop="name"] {
671671
}
672672
#sidebar {
673673
clear: both;
674+
div:first-of-type {
675+
padding-top: 0;
676+
}
674677
.card {
675678
border-color: map-get($theme-border-colors, 'secondary');
676679
border-style: solid;

app/assets/stylesheets/stylesheets/signature/_main_container.scss

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
background-color: $body-bg;
44
.inner {
55
padding: 1em;
6-
border: 1px solid map-get($theme-border-colors, 'body');
76
&.home {
87
padding: 0;
98
border: 0;

0 commit comments

Comments
 (0)