]> BookStack Code Mirror - bookstack/blob - resources/assets/sass/_html.scss
Found the source of the issue, not sure how to fix
[bookstack] / resources / assets / sass / _html.scss
1 * {
2   box-sizing: border-box;
3 }
4 html {
5   background-color: #FFFFFF;
6   height: 100%;
7 }
8 body {
9   font-family: $text;
10   font-size: $fs-m;
11   line-height: 1.6;
12   color: #616161;
13   -webkit-font-smoothing: antialiased;
14 }
15
16 table {
17   min-width: 100px;
18   td {
19         min-width: 10px;
20         padding: 4px 6px;
21         border: 1px solid #DDD;
22   }
23 }