mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #1920 from gnestor/table-max-width
Change max-width for tables to 150px
This commit is contained in:
commit
0be8c6e378
@ -76,7 +76,7 @@
|
||||
padding: 0.5em 0.5em;
|
||||
line-height: 1.0;
|
||||
white-space: nowrap;
|
||||
max-width: 100px;
|
||||
max-width: 150px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
border: none;
|
||||
|
Loading…
Reference in New Issue
Block a user