Merge pull request #2231 from jorisvandenbossche/table-style

Adjust HTML table style (GH2209)
This commit is contained in:
Brian E. Granger 2017-02-26 08:18:00 -08:00 committed by GitHub
commit 2472e89b01

View File

@ -74,11 +74,9 @@
text-align: right;
vertical-align: middle;
padding: 0.5em 0.5em;
line-height: 1.0;
white-space: nowrap;
max-width: 150px;
text-overflow: ellipsis;
overflow: hidden;
line-height: normal;
white-space: normal;
max-width: none;
border: none;
}
th {