Merge branch 'main' into fix-stackedbar-graph
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2023-01-02 14:54:03 -05:00
commit c1ea18544a
1 changed files with 5 additions and 2 deletions

View File

@ -75,12 +75,15 @@
.horizontalScrollOnMobile {
overflow-x: scroll;
}
.internalWrapper {
/* Without this, some graphs will have an horizontal scroll bar thats not needed */
overflow-x: auto;
}
}
.internalWrapper {
padding: calc(20rem / 16);
/* Without this, some graphs will have an horizontal scroll bar thats not needed */
overflow-x: auto;
}
.internalWrapper p {