You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tensorboard/plugins/interactive_inference/tf_interactive_inference_dashboard/tf-interactive-inference-dashboard.html
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,10 @@
165
165
margin-top:4px;
166
166
}
167
167
168
+
.datapoint-right-controls-holder .control {
169
+
flex-shrink:0;
170
+
}
171
+
168
172
.button {
169
173
font-size:13px;
170
174
margin:10px000;
@@ -404,6 +408,7 @@
404
408
.datapoint-right-controls-holder {
405
409
display: flex;
406
410
flex-direction: row-reverse;
411
+
overflow: hidden;
407
412
}
408
413
409
414
.tf-category-pane {
@@ -740,7 +745,8 @@
740
745
color:#5F6368;
741
746
white-space: nowrap;
742
747
overflow: hidden;
743
-
padding-top:16px;
748
+
text-overflow: ellipsis;
749
+
padding-top:20px;
744
750
}
745
751
746
752
.example-id-label {
@@ -1307,10 +1313,10 @@ <h2>Show similarity to selected datapoint</h2>
0 commit comments