Skip to content

Commit

Permalink
improved charts spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
micz committed Sep 11, 2024
1 parent 5769494 commit 26663b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ table.mzts-tinvolved tr.mzts-trow:nth-child(even){background:#bae0fa;}
table.mzts-tinvolved tr.mzts-trow td{padding:2px 4px 2px 2px;color:black;white-space:-moz-pre-wrap !important;word-break: break-all;}
table.mzts-tinvolved tr.mzts-trow td.mzts-row-num{text-align:center;word-break:normal;}

.chart_time{ overflow:auto;float:left;height:175px;width:89%;}
.chart_time{ overflow:auto;float:left;height:230px;width:89%;}
.chart_time_full{ overflow:auto;float:left;height:275px;width:89%;}
.legend-time{float:right;font-size:12px;padding-top:8px;}
.legend-time ul{list-style-type:none;margin:0;padding:0;}
Expand Down

0 comments on commit 26663b3

Please sign in to comment.