From eaba985f25e7d829f787285a2386fa266160b6fd Mon Sep 17 00:00:00 2001 From: Denis Doria Date: Mon, 19 Jun 2017 22:23:12 +0200 Subject: [PATCH] Fix issue with kilovolt-ampere reactive (kvar) #8596 (#8650) This changes the css to handle overflow of the string on the input fields. If an overflow happends an ellipsis is used. --- public/sass/components/_gf-form.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/sass/components/_gf-form.scss b/public/sass/components/_gf-form.scss index 53d52541611..92b66ec54ca 100644 --- a/public/sass/components/_gf-form.scss +++ b/public/sass/components/_gf-form.scss @@ -113,6 +113,9 @@ $gf-form-margin: 0.25rem; @include border-radius($input-border-radius-sm); @include box-shadow($input-box-shadow); transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; // Unstyle the caret on `