aefis-core-ui 2.3.0-rc27 → 2.3.0-rc28
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.
- package/dist/index.modern.js +3 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -4882,11 +4882,9 @@ const ListItem = ({
|
|
|
4882
4882
|
component: "li"
|
|
4883
4883
|
};
|
|
4884
4884
|
if (_display === "horizontal") {
|
|
4885
|
-
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
width: "min-content"
|
|
4889
|
-
};
|
|
4885
|
+
listItemStyle["marginRight"] = "2px";
|
|
4886
|
+
listItemStyle["marginBottom"] = "2px";
|
|
4887
|
+
listItemStyle["width"] = "min-content";
|
|
4890
4888
|
listItemArgs["dense"] = true;
|
|
4891
4889
|
listItemArgs["disablePadding"] = true;
|
|
4892
4890
|
listItemArgs["disableGutters"] = true;
|