Skip to content

Commit 4ec098c

Browse files
author
Pavel Strashkin
committed
Fix font-size scoping so it does not get overridden by other CSS rules
1 parent 6f414e8 commit 4ec098c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

dist/styles/dark-theme.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,6 +2097,7 @@ th {
20972097

20982098
.raml-console-sidebar-subhead {
20992099
margin: 0;
2100+
font-size: 13px;
21002101
}
21012102

21022103
.raml-console-sidebar-header + .raml-console-sidebar-subheader {

dist/styles/light-theme.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,6 +2097,7 @@ th {
20972097

20982098
.raml-console-sidebar-subhead {
20992099
margin: 0;
2100+
font-size: 13px;
21002101
}
21012102

21022103
.raml-console-sidebar-header + .raml-console-sidebar-subheader {

src/scss/_sidebar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@
474474

475475
.sidebar-subhead {
476476
margin: 0;
477+
font-size: 13px;
477478
}
478479

479480
.sidebar-header + .sidebar-subheader {

0 commit comments

Comments
 (0)