forstok-ui-lib 6.2.1 → 6.2.2

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.mjs CHANGED
@@ -940,13 +940,9 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
940
940
  &.is-loading {
941
941
  height: 0 !important;
942
942
  }
943
- ${({$mode:e})=>{if("nav"===e)return y`
944
- display: block;
945
- padding-top: 1.2em;
946
- > div:last-child {
947
- margin-bottom: 4px;
948
- }
949
- `}}
943
+ ${({$mode:e})=>"nav"===e&&y`
944
+ display: block;
945
+ `}
950
946
  `,$t=x.div`
951
947
  margin: 10px auto;
952
948
  display: inline-grid;