Skip to content

Commit

Permalink
Dev: oups, can remove this div
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jul 1, 2017
1 parent 3cfe2cd commit 12c8b86
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -24,7 +24,7 @@
*/
?>
<!-- answer_row -->
<li id="javatbd<?php echo $name; ?>" class='row checkbox-text-item form-group clearfix'>
<li id="javatbd<?php echo $name; ?>" class='row checkbox-text-item form-group'>
<!-- Checkbox + label -->
<div class="col-sm-<?php echo $sLabelWidth; ?> col-xs-12">
<div class="checkbox-item answer-item form-group">
Expand All @@ -51,7 +51,6 @@ class="<?php echo $classes; echo $kpclass; ?>"

<!-- Comment -->
<div class="col-sm-<?php echo $sInputContainerWidth; ?> col-xs-12 answer-item text-item comment-item">
<div class=" ">
<input
class='form-control <?php echo $kpclass; ?>'
type='text'
Expand All @@ -60,7 +59,6 @@ class='form-control <?php echo $kpclass; ?>'
value='<?php echo $inputCOmmentValue; ?>'
aria-labelledby='label-<?php echo $id;?>'
/>
</div>
</div>
</li>
<!-- end of answer_row -->

0 comments on commit 12c8b86

Please sign in to comment.