diff --git a/res/css/views/elements/_LabelledCheckbox.pcss b/res/css/views/elements/_LabelledCheckbox.pcss index d280d27eba..8545c6747b 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 {