mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
Merge pull request #2231 from jorisvandenbossche/table-style
Adjust HTML table style (GH2209)
This commit is contained in:
commit
2472e89b01
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user