Add gap between checkbox and text in report dialog (#9195)

pull/28217/head
Gustavo Santos 2022-08-17 08:49:50 -03:00 committed by GitHub
parent e5fedfcd74
commit 80d0159150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ limitations under the License.
.mx_LabelledCheckbox {
display: flex;
gap: 8px;
flex-direction: row;
.mx_Checkbox {