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.js CHANGED
@@ -612,7 +612,9 @@ var useStyles5 = antdStyle.createStyles(({ token, isDarkMode }) => {
612
612
  transition: "background 0.3s !important",
613
613
  display: "flex",
614
614
  justifyContent: "center",
615
- alignItems: "center"
615
+ alignItems: "center",
616
+ flexWrap: "nowrap",
617
+ whiteSpace: "nowrap"
616
618
  },
617
619
  logoClose: {
618
620
  margin: "0px -10px"