diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-05 12:26:56 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-05 12:26:56 -0400 |
| commit | dc587161f4f8a9d567e12683ffffbbd8dbb32be8 (patch) | |
| tree | 87d69ee71cc800afdc6771d763dcaf9f5e566385 | |
| parent | f2dd574cbf5f1e9fa8760cdff1faf2ffed3ef453 (diff) | |
Fix scrolling on overflowed source code
| -rw-r--r-- | haunt/css/jakob.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/haunt/css/jakob.css b/haunt/css/jakob.css index 3176557..44dc569 100644 --- a/haunt/css/jakob.css +++ b/haunt/css/jakob.css @@ -51,8 +51,6 @@ pre { padding: 1rem; color: #f0e9dc; border-radius: 4px; - display: inline-block; - width: 100%; overflow-x: scroll; } |