11 lines
314 B
CSS
11 lines
314 B
CSS
.chart-wrap{position:relative;height:260px}
|
|
.chart-wrap canvas{width:100%!important;height:260px!important}
|
|
|
|
/* Layout helpers */
|
|
.chart-wrap{height:260px;}
|
|
.chart{width:100% !important; height:100% !important;}
|
|
.truncate-40{max-width:40ch;}
|
|
|
|
/* Small UI tweaks */
|
|
pre{white-space:pre-wrap;word-break:break-word;}
|