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/ 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,