Skip to content

Commit 334c40d

Browse files
dgrahnstephanwlee
authored andcommitted
Make wrapping of hyperparam strings better. (#1602)
Adds proposed changes from #1549.
1 parent 92a5de8 commit 334c40d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorboard/components/tf_dashboard_common/tf-multi-checkbox.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
display: flex;
109109
flex-direction: row;
110110
font-size: 13px;
111+
word-break: break-all; /* makes wrapping of hyperparam strings better */
111112
}
112113
.icon-container {
113114
flex-grow: 0;

0 commit comments

Comments
 (0)