Skip to content

Commit

Permalink
Make wrapping of hyperparam strings better. (#1602)
Browse files Browse the repository at this point in the history
Adds proposed changes from #1549.
  • Loading branch information
dgrahn authored and stephanwlee committed Dec 14, 2018
1 parent 92a5de8 commit 334c40d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
display: flex;
flex-direction: row;
font-size: 13px;
word-break: break-all; /* makes wrapping of hyperparam strings better */
}
.icon-container {
flex-grow: 0;
Expand Down

0 comments on commit 334c40d

Please sign in to comment.