add padding for radio and checkbox buttons inside the choice/checkbox questions

This commit is contained in:
daria 2024-10-01 13:26:40 +03:00
parent a21d281d18
commit 1fd8be1059

View File

@ -980,6 +980,7 @@
.cp-radio, .cp-checkmark {
display: inline-flex;
max-width: 100%;
padding: 5px 0;
}
.cp-checkmark-label {
word-break: break-word;