logitude-dashboard-library 3.2.44 → 3.2.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -312,7 +312,7 @@ $dark-grey: #717585;
312
312
  font-family: 'Manrope', sans-serif;
313
313
  font-style: normal;
314
314
  color: #292D30;
315
- padding-top: 6px;
315
+ padding-top: 9px;
316
316
  margin-top: 0;
317
317
  margin-bottom: 0;
318
318
  font-size: 12px;
@@ -666,6 +666,15 @@ $dark-grey: #717585;
666
666
  .db-fc-container {
667
667
  width: 100%;
668
668
  height: calc(100% - 5px);
669
+ padding-left: 0.12rem;
670
+ padding-right: 0.12rem;
671
+ padding-top: 0.05rem;
672
+ }
673
+
674
+ .db-fc-container-error {
675
+ padding-left: 0 !important;
676
+ padding-right: 0 !important;
677
+ padding-top: 0 !important;
669
678
  }
670
679
 
671
680
  .db-fc-container text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logitude-dashboard-library",
3
- "version": "3.2.44",
3
+ "version": "3.2.45",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "logitude",
6
6
  "license": "MIT",