sinking-antd 1.0.0 → 1.0.1

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
@@ -587,7 +587,9 @@ var useStyles5 = createStyles(({ token, isDarkMode }) => {
587
587
  transition: "background 0.3s !important",
588
588
  display: "flex",
589
589
  justifyContent: "center",
590
- alignItems: "center"
590
+ alignItems: "center",
591
+ flexWrap: "nowrap",
592
+ whiteSpace: "nowrap"
591
593
  },
592
594
  logoClose: {
593
595
  margin: "0px -10px"