diff --git a/frontend/pages/question.json b/frontend/pages/question.json index 77214bb..d727cd5 100644 --- a/frontend/pages/question.json +++ b/frontend/pages/question.json @@ -85,7 +85,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "A. ${option_a}" }, @@ -98,7 +99,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "B. ${option_b}" }, @@ -111,7 +113,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "C. ${option_c}" }, @@ -124,7 +127,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "D. ${option_d}" }, @@ -137,7 +141,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "E. ${option_e}" }, @@ -150,7 +155,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "F. ${option_f}" }, @@ -163,7 +169,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "G. ${option_g}" }, @@ -176,7 +183,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "H. ${option_h}" }