Update screen.css.scss

Add possibility to have the ´code´ tag inside the content tables
This commit is contained in:
Nicolas Bonduel
2017-08-09 16:23:17 +02:00
committed by Robert Lord
parent 4f3116a68c
commit a1ba73f437

View File

@@ -405,6 +405,9 @@ html, body {
text-align: left;
vertical-align: top;
line-height: 1.6;
code {
white-space: nowrap;
}
}
th {