Skip to content

Commit 39fa7ff

Browse files
Update index.css
1 parent e309649 commit 39fa7ff

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects/GFI-framework/static/css/index.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@ line-height: 1.2em;
6868
text-align: center;
6969
}
7070

71+
pre.reference {
72+
-webkit-overflow-scrolling: touch;
73+
overflow-x: auto;
74+
padding: 0.5em 0.5em;
75+
white-space: pre;
76+
word-wrap: normal;
77+
line-height: 1.2em;
78+
background-color: #f5f5f5;
79+
font-size: 1.1em;
80+
border-radius: 4px;
81+
}
82+
7183
/***************
7284
Helpers
7385
***************/

0 commit comments

Comments
 (0)