Skip to content

Commit 2b4eb7c

Browse files
committed
fix: styling issues with generic description
1 parent dd5ce61 commit 2b4eb7c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Common/GenericDescription/genericDescription.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454

5555
.mark-down-editor-container {
56-
border-bottom: 1px solid var(--N200);
56+
border: 1px solid var(--N200);
5757
border-radius: 3px 3px 0 0;
5858
font-family: 'Open Sans', Arial, sans-serif !important;
5959
font-size: 13px !important;
@@ -79,6 +79,7 @@
7979
padding-left: 16px !important;
8080
padding-right: 16px !important;
8181
background-color: var(--bg-primary) !important;
82+
border-bottom: 1px solid var(--N200);
8283
}
8384

8485
.mde-header {
@@ -117,6 +118,10 @@
117118

118119
a.anchor {
119120
color: var(--N900);
121+
122+
h1, h2, h3 {
123+
border-bottom: 1px solid var(--N200);
124+
}
120125
}
121126

122127
pre {

0 commit comments

Comments
 (0)