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:37:30 UTC

[incubator-openwhisk-website] branch master updated: Design should not terminate long lines of code. (#369)

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 0cf9249  Design should not terminate long lines of code. (#369)
0cf9249 is described below

commit 0cf92491dc0f9331209040d54da170bf77e883eb
Author: Rick van Lieshout <ri...@gmail.com>
AuthorDate: Tue May 14 21:37:26 2019 +0200

    Design should not terminate long lines of code. (#369)
    
    Long lines (source code / command) should not be truncated by web-design.
---
 _scss/_terminal.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_scss/_terminal.scss b/_scss/_terminal.scss
index 54883d0..78d4311 100644
--- a/_scss/_terminal.scss
+++ b/_scss/_terminal.scss
@@ -6,7 +6,7 @@
     color: $color-terminal-fg;
     border: $terminal-default-border;
     padding: $terminal-padding;
-    width: $terminal-width;
+    min-width: $terminal-width;
     margin-bottom: $terminal-margin-bottom;
 
     // Note: options: white-space: normal|nowrap|pre|pre-line|pre-wrap