From 80d015915096405fbff5ce75c301133a770433fd Mon Sep 17 00:00:00 2001 From: Gustavo Santos <53129852+gefgu@users.noreply.github.com> Date: Wed, 17 Aug 2022 08:49:50 -0300 Subject: [PATCH] Add gap between checkbox and text in report dialog (#9195) --- res/css/views/elements/_LabelledCheckbox.pcss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/elements/_LabelledCheckbox.pcss b/res/css/views/elements/_LabelledCheckbox.pcss index d280d27ebae..8545c6747b4 100644 --- a/res/css/views/elements/_LabelledCheckbox.pcss +++ b/res/css/views/elements/_LabelledCheckbox.pcss @@ -16,6 +16,7 @@ limitations under the License. .mx_LabelledCheckbox { display: flex; + gap: 8px; flex-direction: row; .mx_Checkbox {