You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2019/05/14 19:38:55 UTC

[incubator-openwhisk-website] branch master updated: Long terminal lines should not be truncated. (#371)

This is an automated email from the ASF dual-hosted git repository.

mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 19151d6  Long terminal lines should not be truncated. (#371)
19151d6 is described below

commit 19151d61e7288239b922d2188138c947bf23310e
Author: Rick van Lieshout <ri...@gmail.com>
AuthorDate: Tue May 14 21:38:51 2019 +0200

    Long terminal lines should not be truncated. (#371)
    
    So offer a (horizontal) scroll bar.
---
 _scss/_terminal.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_scss/_terminal.scss b/_scss/_terminal.scss
index 78d4311..b3a04dc 100644
--- a/_scss/_terminal.scss
+++ b/_scss/_terminal.scss
@@ -8,6 +8,7 @@
     padding: $terminal-padding;
     min-width: $terminal-width;
     margin-bottom: $terminal-margin-bottom;
+    overflow: auto;
 
     // Note: options: white-space: normal|nowrap|pre|pre-line|pre-wrap
     // Note: non-std. options:  white-space: -moz-pre-wrap | -o-pre-wrap;