Commit 50df7d467e243bee068e6e6ccd33afcf21d0f8a7
1 parent
caf71e25
Exists in
news_style
Fix for textarea field size.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
style.css
@@ -1076,7 +1076,7 @@ div#article-parent { | @@ -1076,7 +1076,7 @@ div#article-parent { | ||
1076 | border: 1px solid #DDDDDD; | 1076 | border: 1px solid #DDDDDD; |
1077 | color: #585858; | 1077 | color: #585858; |
1078 | font-size: 16px; | 1078 | font-size: 16px; |
1079 | - /*width: 100%;*/ | 1079 | + width: 100%; |
1080 | word-wrap: break-word; | 1080 | word-wrap: break-word; |
1081 | } | 1081 | } |
1082 | 1082 |