Commit 105c0714d83699cd2eb1822514ba5a01c1d870b0
1 parent
4716af09
Exists in
master
and in
5 other branches
Fix width of text inputs
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
style.css
@@ -1373,7 +1373,6 @@ div#article-parent { | @@ -1373,7 +1373,6 @@ div#article-parent { | ||
1373 | border: 1px solid #DDDDDD; | 1373 | border: 1px solid #DDDDDD; |
1374 | color: #585858; | 1374 | color: #585858; |
1375 | font-size: 16px; | 1375 | font-size: 16px; |
1376 | - width: 100%; | ||
1377 | word-wrap: break-word; | 1376 | word-wrap: break-word; |
1378 | } | 1377 | } |
1379 | 1378 |