From abe927e9ce12ff6b64a97930640aad27d336f723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Maest=C3=A1?= Date: Sat, 7 Mar 2020 10:19:42 -0300 Subject: [PATCH] Hide overflow of file names (and apply ellipsis) --- themes/snow/_inputs.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/snow/_inputs.scss b/themes/snow/_inputs.scss index 0268576..8efffed 100644 --- a/themes/snow/_inputs.scss +++ b/themes/snow/_inputs.scss @@ -502,6 +502,9 @@ padding-left: 1.5em; padding-right: 2em; max-width: 100%; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; &::before { position: absolute;