Skip to content

Commit

Permalink
wrong class used on textare
Browse files Browse the repository at this point in the history
  • Loading branch information
nekocari committed Oct 12, 2024
1 parent 5c92a8b commit 0e9c6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/de/admin/games/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</small>
</td>
<td>
<textarea class="form-select" name="lucky_results"><?php echo $results; ?></textarea>
<textarea class="form-control" name="lucky_results"><?php echo $results; ?></textarea>
<small class="text-muted">Jeweils mit Komma trennen.<br>Es müssen <b>mindestens</b> so viele Resultate wie Auswahlmöglichkeiten festgelegt werden!</small>
</td>
</tr>
Expand Down

0 comments on commit 0e9c6fa

Please sign in to comment.