1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Revert "Forcibly break cell content for columns that get too wide."

This reverts commit a323e2fb3c.
This commit is contained in:
Mike Perham 2014-06-11 20:35:59 -07:00
parent 7968583fbe
commit 938cf3558c

View file

@ -197,18 +197,6 @@ td form {
padding: 0px;
}
.table td {
/* Non standard for webkit */
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
-ms-word-break: break-all;
word-break: break-all;
}
table .table-checkbox label {
height: 100%;
width: 100%;