diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-18 16:35:20 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-18 16:35:20 +0100 |
commit | 227a2a35d64db87d889f7a44101f11a117b8e06a (patch) | |
tree | 9854f830e728c66d165006ac1eaeae7958baf785 /assets/css/home.css | |
parent | 57ef3a9a12738081b3ab26559076bfb2b43e75db (diff) | |
download | wcms-227a2a35d64db87d889f7a44101f11a117b8e06a.tar.gz wcms-227a2a35d64db87d889f7a44101f11a117b8e06a.zip |
refactoring medialist
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; } |