fix navitem variant text wrap
This commit is contained in:
parent
664a0cfb31
commit
9b333f5126
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user