Skip to content

Commit f7cbdde

Browse files
committed
fix(radiosfield): overlapped long labels
Signed-off-by: Thierry Bugier <[email protected]>
1 parent 8fc9587 commit f7cbdde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inc/fields/radiosfield.class.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ public function displayField($canEdit = true) {
112112
echo '<label for="' . $domId . '_' . $i . '">';
113113
echo $value;
114114
echo '</label>';
115+
echo '<br/>';
116+
echo '<br/>';
115117
}
116118
}
117119
echo '</div>';

0 commit comments

Comments
 (0)