Skip to content

Commit

Permalink
table-layout: auto
Browse files Browse the repository at this point in the history
  • Loading branch information
gnestor committed Sep 20, 2016
1 parent d411f0a commit e51ad37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebook/static/notebook/less/renderedhtml.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@
blockquote {margin: 1em 2em;}

table {
width: 100%;
margin-left: auto;
margin-right: auto;
border: none;
border-collapse: collapse;
border-spacing: 0;
color: @rendered_html_border_color;
font-size: 12px;
table-layout: fixed;
table-layout: auto;
}
thead {
border-bottom: 2px solid @rendered_html_border_color;
Expand Down

0 comments on commit e51ad37

Please sign in to comment.