From 53a4814d8b0481e4b6e6b3ccac69c7f002d9f8a1 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 29 Jan 2015 21:41:31 +0800 Subject: [PATCH] web_config: respect linebreaks in prompt demos --- share/tools/web_config/fishconfig.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/tools/web_config/fishconfig.css b/share/tools/web_config/fishconfig.css index 2097eca62..a43bc07c4 100644 --- a/share/tools/web_config/fishconfig.css +++ b/share/tools/web_config/fishconfig.css @@ -438,6 +438,10 @@ img.delete_icon { text-overflow: ellipsis; } +.prompt_demo { + white-space: pre; +} + .unbordered { border: none; padding-top: 0;