diff --git a/project/static/css/style.css b/project/static/css/style.css index 36e97c2..5a7f188 100644 --- a/project/static/css/style.css +++ b/project/static/css/style.css @@ -550,7 +550,7 @@ table.list tr:nth-child(even) {background: #fff;} table.list tr th {text-align: left;font-size:12px;color:#646669;padding:7px 10px 7px 10px;border-right:#dedede 1px solid;border-bottom:#dedede 1px solid;border-top:none;background: #f7f7f7;} table.list tr th:last-child {border-right:none;} table.list tr th a {font-size:12px;color:#646669;text-decoration:none;} -table.list tr td a {color:#313942;text-decoration:none;} +table.list tr td a {text-decoration:none;} table.list tr td {font-size:14px;color:#313942;padding:7px;word-break: break-all;} .filters-header {background: #f7f7f7;overflow:hidden;margin:0;}