Skip to content

Commit

Permalink
Slightly increase graph legend time width
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Oct 29, 2024
1 parent 435e317 commit c2e742d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ export default {
}
/* This value is large enough to support our date format: YYYY-MM-DD HH:MM:SS.sss */
.u-legend.u-inline .u-series:first-child .u-value {
width: 180px;
width: 185px;
}
</style>
Expand Down

0 comments on commit c2e742d

Please sign in to comment.