Skip to content

Commit 08b1f88

Browse files
authored
Merge pull request #3354 from owenconti/bug/2903-wrong-font-for-error
Fixes #2903 - Wrong font for errors
2 parents 73662c0 + b7575ed commit 08b1f88

File tree

4 files changed

+5
-23
lines changed

4 files changed

+5
-23
lines changed

dev-helpers/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
{
2222
box-sizing: inherit;
2323
}
24-
2524
body {
2625
margin:0;
2726
background: #fafafa;

dist/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<style>
1212
html
1313
{
14-
box-sizing: border-box;
15-
overflow: -moz-scrollbars-vertical;
16-
overflow-y: scroll;
14+
box-sizing: border-box;
15+
overflow: -moz-scrollbars-vertical;
16+
overflow-y: scroll;
1717
}
1818
*,
1919
*:before,
2020
*:after
2121
{
22-
box-sizing: inherit;
22+
box-sizing: inherit;
2323
}
2424

2525
body {

src/style/_layout.scss

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
html
2-
{
3-
box-sizing: border-box;
4-
}
5-
*,
6-
*:before,
7-
*:after
8-
{
9-
box-sizing: inherit;
10-
}
11-
12-
body
13-
{
14-
margin: 0;
15-
16-
background: #fafafa;
17-
}
18-
191
.wrapper
202
{
213
width: 100%;

src/style/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
@import 'information';
1515
@import 'authorize';
1616
@import 'errors';
17+
@include text_body();
1718
@import 'split-pane-mode';
1819
}

0 commit comments

Comments
 (0)