Skip to content

Commit

Permalink
Dev: Disable colgroup in dual-scale dropdown for now
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 15, 2016
1 parent 898202e commit a78049d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -14,6 +14,7 @@
<div class="no-more-tables no-more-tables-array-dual-dropdown-layout">
<table class="table-in-qanda-10 question subquestion-list questions-list dropdown-list">

<?php /*
<!-- Column groups -->
<col class="answertext" style='width: <?php echo $answerwidth; ?>%;' />
Expand Down Expand Up @@ -54,6 +55,7 @@
<?php if ($ddprefix != '' || $ddsuffix != ''): ?>
</colgroup>
<?php endif; ?>
*/ ?>

<!-- Header -->

Expand Down

0 comments on commit a78049d

Please sign in to comment.