Skip to content

Commit

Permalink
Issue #1592: fix width of loss linechart
Browse files Browse the repository at this point in the history
  • Loading branch information
rbudde committed Jan 9, 2024
1 parent c10a876 commit 961d3c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ button.nn-btn:hover {
}

#nn-learn-training-loss-linechart {
flex: 0 0 40%;
width: 60%;
height: 100%;
border: 1px solid #0009;
}
Expand Down

0 comments on commit 961d3c3

Please sign in to comment.