From a3574acabd6dce1b9709efe99bc846f3d00dcffc Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Thu, 24 Sep 2020 23:31:43 +0530 Subject: [PATCH] Fixed hidden overflow on inputs --- assets/scss/styles.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index 287f48aeb..bc2ebcb9f 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -473,7 +473,6 @@ code { @apply duration-200; @apply select-text; @apply resize-y; - @apply truncate; @apply outline-none; width: calc(100% - 16px);