Skip to content

Commit

Permalink
fix(radiosfield): overlapped long labels
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 20, 2020
1 parent 8fc9587 commit f7cbdde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/fields/radiosfield.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ public function displayField($canEdit = true) {
echo '<label for="' . $domId . '_' . $i . '">';
echo $value;
echo '</label>';
echo '<br/>';
echo '<br/>';
}
}
echo '</div>';
Expand Down

0 comments on commit f7cbdde

Please sign in to comment.