fix navitem variant text wrap

This commit is contained in:
nflnkr 2023-09-04 17:13:14 +03:00
parent 664a0cfb31
commit 9b333f5126
2 changed files with 3 additions and 1 deletions

@ -191,6 +191,7 @@ export const penaMuiTheme = createTheme({
lineHeight: "20px", lineHeight: "20px",
fontWeight: 500, fontWeight: 500,
textTransform: "none", textTransform: "none",
whiteSpace: "nowrap",
color: "white", color: "white",
backgroundColor: "rgb(0 0 0 / 0)", backgroundColor: "rgb(0 0 0 / 0)",
"&:hover": { "&:hover": {
@ -212,6 +213,7 @@ export const penaMuiTheme = createTheme({
lineHeight: "20px", lineHeight: "20px",
fontWeight: 500, fontWeight: 500,
textTransform: "none", textTransform: "none",
whiteSpace: "nowrap",
color: "black", color: "black",
backgroundColor: "rgb(0 0 0 / 0)", backgroundColor: "rgb(0 0 0 / 0)",
"&:hover": { "&:hover": {

@ -1,6 +1,6 @@
{ {
"name": "@frontend/kitui", "name": "@frontend/kitui",
"version": "1.0.50", "version": "1.0.51",
"description": "test", "description": "test",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",