From 65c4c1e2216157f09da367d9a2d925b7ed8b1e66 Mon Sep 17 00:00:00 2001 From: codingsh Date: Wed, 17 Jun 2020 11:38:42 -0300 Subject: [PATCH] fixed: Reserved box #6884 (#6889) --- 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; }