FIX вёрстки в FF

This commit is contained in:
Krivchikov Dmitry 2015-09-23 22:37:10 +03:00
parent 64d4d62e43
commit 809668d92a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
</div>
</td>
</tr>
<tr>
<tr style="height: 99%;">
<td style="width: 50%;">
<textarea name="text" id="articleText" class="form-control" onscroll="monitor.scrollTop=scrollTop" style="height: 100%; min-height: 100px; padding-top: 4px; resize: none;" ><?= $article->text ?></textarea>
</td>