From 05a8de40575f2293bf2434aa2775a73844774fdb Mon Sep 17 00:00:00 2001 From: Bryce Johnson Date: Mon, 23 Jan 2017 12:32:08 -0500 Subject: Fix size of variable-value column for small screens. --- app/assets/stylesheets/pages/projects.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss index 78a8d73dfdc..3187facbc89 100644 --- a/app/assets/stylesheets/pages/projects.scss +++ b/app/assets/stylesheets/pages/projects.scss @@ -946,6 +946,15 @@ pre.light-well { max-width: 150px; } } + + .variable-value { + @media(max-width: $screen-xs-max) { + width: 150px; + max-width: 150px; + overflow: hidden; + word-wrap: break-word; + } + } } .services-installation-info .row { -- cgit v1.2.3