From 6ef2c123721eb0061be3d6ece1e00349aadf7392 Mon Sep 17 00:00:00 2001 From: miriame Date: Sun, 29 Oct 2017 13:59:52 +0200 Subject: VLM overview - refactor of edit description input Change-Id: I8ba60ecdd9febacdf77bc354bd969462d8bae3e6 Issue-ID: SDC-552 Signed-off-by: miriame --- openecomp-ui/resources/scss/common/_utils.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'openecomp-ui/resources/scss/common') diff --git a/openecomp-ui/resources/scss/common/_utils.scss b/openecomp-ui/resources/scss/common/_utils.scss index 54f8b977a3..88a9ece7a8 100644 --- a/openecomp-ui/resources/scss/common/_utils.scss +++ b/openecomp-ui/resources/scss/common/_utils.scss @@ -118,6 +118,7 @@ $browserPrefixes: webkit moz o ms; max-height: $lineHeight * $lineCount; text-align: justify; word-break: break-all; + white-space: nowrap; // margin-right: -1em; padding-right: 1em; &:before { -- cgit 1.2.3-korg