diff options
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index a51fbb7..684792c 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -357,6 +357,9 @@ main.media code { td.code { background-color: darkslategrey; + max-width: 250px; + white-space: nowrap; + overflow: hidden; } |