Skip to content

Commit 41c8d4a

Browse files
LAHAXE Arnaudlahaxearnaud
authored andcommitted
Fix editor width
1 parent b9d6ca9 commit 41c8d4a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

phpmyfaq/admin/assets/less/style.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,5 @@ footer {
161161
}
162162

163163
#answer {
164-
width: 100%;
165164
height: 250px;
166165
}

phpmyfaq/admin/record.edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class="form-horizontal">
289289
<div class="control-group">
290290
<div class="controls">
291291
<noscript>Please enable JavaScript to use the WYSIWYG editor!</noscript>
292-
<textarea id="answer" name="answer" class="span8"><?php echo $faqData['content'] ?></textarea>
292+
<textarea id="answer" name="answer" class="span11"><?php echo $faqData['content'] ?></textarea>
293293
</div>
294294

295295
<!-- Language -->

0 commit comments

Comments
 (0)