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:
parent
7968583fbe
commit
938cf3558c
1 changed files with 0 additions and 12 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Reference in a new issue