ls-pro-common 1.1.2 → 1.1.4

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.
@@ -21,6 +21,15 @@ PERFORMANCE OF THIS SOFTWARE.
21
21
 
22
22
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
23
23
 
24
+ /**
25
+ * @license
26
+ * Lodash <https://lodash.com/>
27
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
28
+ * Released under MIT license <https://lodash.com/license>
29
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
30
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
31
+ */
32
+
24
33
  /** @license React v16.13.1
25
34
  * react-is.production.min.js
26
35
  *
@@ -529,7 +529,6 @@ a:hover {
529
529
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th,
530
530
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td {
531
531
  padding: 7px 5px;
532
- font-size: 12px;
533
532
  }
534
533
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-title:first-child,
535
534
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer:first-child,
@@ -2560,7 +2559,6 @@ html {
2560
2559
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th,
2561
2560
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td {
2562
2561
  padding: 7px 5px;
2563
- font-size: 12px;
2564
2562
  }
2565
2563
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-title:first-child,
2566
2564
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer:first-child,
@@ -2817,6 +2815,7 @@ html {
2817
2815
 
2818
2816
  .ant-pro-table-list-toolbar {
2819
2817
  line-height: 1;
2818
+ min-height: 44px;
2820
2819
  }
2821
2820
  .ant-pro-table-list-toolbar-container {
2822
2821
  display: flex;