Commit a76f228d authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'mg-fix-firefox-textarea-styling' into 'master'

Fix style issue with "reply" placeholder textarea in firefox

See merge request gitlab-org/gitlab!54592
parents 8535f912 af5cacc4
...@@ -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;
......
---
title: Fix style issue with "reply" placeholder textarea in firefox
merge_request: 54592
author:
type: fixed
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