From b06ca04e1de861a81005e8e1d704fd12b84328b5 Mon Sep 17 00:00:00 2001 From: "@codingsh" Date: Tue, 16 Jun 2020 05:59:55 -0300 Subject: [PATCH] fixed: Reserved box #6884 --- app/assets/v2/css/submit_bounty.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/v2/css/submit_bounty.css b/app/assets/v2/css/submit_bounty.css index 1c2d3a7b055..75537f53b4f 100644 --- a/app/assets/v2/css/submit_bounty.css +++ b/app/assets/v2/css/submit_bounty.css @@ -236,7 +236,7 @@ input:read-only { } .release-after-form-group-required { - border: 1px solid red; + border: none; padding: 5px; }