mdt-charts 1.12.8 → 1.12.9

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.
@@ -221,7 +221,7 @@
221
221
  /* Record overflow */
222
222
  .record-overflow-alert {
223
223
  background-color: #FFFFFF;;
224
- padding: 5px 10px 5px;
224
+ padding: 2px 8px;
225
225
  border: 1px solid #0F6698;
226
226
  box-sizing: border-box;
227
227
  border-radius: 100px;
@@ -221,7 +221,7 @@
221
221
  /* Record overflow */
222
222
  .record-overflow-alert {
223
223
  background-color: #FFFFFF;;
224
- padding: 5px 10px 5px;
224
+ padding: 2px 8px;
225
225
  border: 1px solid #0F6698;
226
226
  box-sizing: border-box;
227
227
  border-radius: 100px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdt-charts",
3
- "version": "1.12.8",
3
+ "version": "1.12.9",
4
4
  "description": "",
5
5
  "main": "lib/main.js",
6
6
  "scripts": {