Commit 007aa151 authored by Mike Greiling's avatar Mike Greiling

Fix style issue with "reply" placeholder textarea in firefox

parent 3dcdcfb5
...@@ -313,8 +313,9 @@ table { ...@@ -313,8 +313,9 @@ table {
resize: none; resize: none;
padding: $gl-padding-8 $gl-padding-12; padding: $gl-padding-8 $gl-padding-12;
line-height: 1; line-height: 1;
border-color: $border-color; border: 1px solid $border-color;
background-color: $white; background-color: $white;
overflow: hidden;
@include media-breakpoint-down(xs) { @include media-breakpoint-down(xs) {
margin-bottom: $gl-padding-8; margin-bottom: $gl-padding-8;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment