diff --git a/index.css b/index.css
index d47bc72..02d45d8 100644
--- a/index.css
+++ b/index.css
@@ -693,6 +693,7 @@ a {
   background-color: #f6f6f6;
   justify-content: space-between;
   padding-left: 25px;
+  border-radius: 0 0 10px 10px;
 }
 #answer-app .main .details-area-box .details-box .your-answer-box .your-answer-bottom .option-box {
   font-size: 14px;
diff --git a/index.less b/index.less
index ea41afc..e2cb991 100644
--- a/index.less
+++ b/index.less
@@ -880,6 +880,7 @@ a {
                         background-color: rgba(246, 246, 246, 1);
                         justify-content: space-between;
                         padding-left: 25px;
+                        border-radius: 0 0 10px 10px;
 
                         .option-box {
                             font-size: 14px;