diff --git a/public/stylesheets/polls.css b/public/stylesheets/polls.css index d0622aaad..b1ef97def 100644 --- a/public/stylesheets/polls.css +++ b/public/stylesheets/polls.css @@ -49,7 +49,7 @@ ul.wlist li a:hover{ background:#15bccf; color:#fff; text-decoration:none;} .ur_required{ font-weight: bold; color:red;} .ur_inputs{ color:#666;} .ur_table{border-top:1px solid #dcdcdc;} -.ur_inputs tr td{ height:40px;border-bottom:1px solid #dcdcdc; width:617px;} +.ur_inputs tr td{ height:40px;border-bottom:1px solid #dcdcdc; width:617px;word-break: break-all; word-wrap: break-word;} .ur_inputs label{ padding-left:10px;word-break: break-all; word-wrap: break-word;} .ur_inputs input{ margin-right:5px;} .ur_text{ height:30px;}