mirror of https://github.com/vector-im/riot-web
Add gap between checkbox and text in report dialog (#9195)
parent
e5fedfcd74
commit
80d0159150
|
@ -16,6 +16,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_LabelledCheckbox {
|
.mx_LabelledCheckbox {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
gap: 8px;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
.mx_Checkbox {
|
.mx_Checkbox {
|
||||||
|
|
Loading…
Reference in New Issue