From e26df257cef39499b7d07b486e722c94d6d3a5aa Mon Sep 17 00:00:00 2001 From: Maksim Kanev Date: Fri, 26 Jan 2018 17:03:58 +0300 Subject: [PATCH 1/2] #132 Form's legend overlay fieldset border in Firefox issue fixed line-height: 0 caused wrong element display mode --- src/_scss/components/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_scss/components/_forms.scss b/src/_scss/components/_forms.scss index 62329c4..85d9713 100644 --- a/src/_scss/components/_forms.scss +++ b/src/_scss/components/_forms.scss @@ -14,7 +14,7 @@ legend { margin-left: -1rem; top: 2px; position: relative; - line-height: 0; + line-height: 0.01; } input, textarea, From 11dcd80dceabc4bcf94eb28906eacd40c0b245af Mon Sep 17 00:00:00 2001 From: Maksim Kanev Date: Mon, 29 Jan 2018 12:48:55 +0300 Subject: [PATCH 2/2] Git ignore file updated .gitignore file updated to exclude JetBrains tools folders --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 26fdc04..51c2c48 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ .Spotlight-V100 .Trashes ehthumbs.db -Thumbs.db \ No newline at end of file +Thumbs.db +\.idea/