* Display sparkline graph on Chrome
* Heatmap auto overflow
* Change grid columns number on small screen
* Please codeclimate bot
* Remove graph height
}
.retention {
+ overflow: auto;
+
+ > h4 {
+ position: sticky;
+ left: 0;
+ }
+
&__table {
&__number {
color: $secondary-text-color;
&__graph {
position: absolute;
bottom: 0;
+ width: 100%;
svg {
display: block;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
grid-gap: 10px;
+ @media screen and (max-width: 1350px) {
+ grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
+ }
+
&__item {
&--span-double-column {
grid-column: span 2;