From 8d99f8fc2eab9aedbc8734e4357b6d320bb7e2c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 20 Oct 2016 17:30:39 +0200 Subject: [PATCH] No more on-focus resizing; the "POST COMMENT" button moves away when you click it --- src/styles/_comments.sass | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/_comments.sass b/src/styles/_comments.sass index 654457f9..fe1b077c 100644 --- a/src/styles/_comments.sass +++ b/src/styles/_comments.sass @@ -413,7 +413,6 @@ $comments-width-max: 710px &:focus border: 1px solid $color-success outline: none - min-height: 150px &.field-error border-color: $color-danger