From ed2524fc4ad58d4dc55850d82f2fea0ca9b6fe76 Mon Sep 17 00:00:00 2001 From: Vit Stanislav Date: Tue, 16 May 2017 09:46:50 +0200 Subject: [PATCH] Fix input label overflow - Closes #214 --- src/app/components/main/main.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/components/main/main.less b/src/app/components/main/main.less index bc7f5b81f..33bfe7efe 100644 --- a/src/app/components/main/main.less +++ b/src/app/components/main/main.less @@ -9,3 +9,7 @@ md-toast.lsk-toast-error { background-color: #c62828; } } + +html body md-input-container { + overflow-x: initial; +}