From d91afdd63285a2120b0e19ec440cb286282d7aef Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 31 Jan 2017 02:22:42 +0300 Subject: boost: update --- css/code-nowrap.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 css/code-nowrap.css (limited to 'css') diff --git a/css/code-nowrap.css b/css/code-nowrap.css new file mode 100644 index 0000000..ae47c0a --- /dev/null +++ b/css/code-nowrap.css @@ -0,0 +1,3 @@ +code { + white-space: nowrap; +} -- cgit v1.2.3