From 9b333f5126b68acfb303873539660fb0dbdb2a78 Mon Sep 17 00:00:00 2001 From: nflnkr <105123049+nflnkr@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:13:14 +0300 Subject: [PATCH] fix navitem variant text wrap --- lib/components/theme.ts | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/components/theme.ts b/lib/components/theme.ts index dae5a6a..d87aa83 100644 --- a/lib/components/theme.ts +++ b/lib/components/theme.ts @@ -191,6 +191,7 @@ export const penaMuiTheme = createTheme({ lineHeight: "20px", fontWeight: 500, textTransform: "none", + whiteSpace: "nowrap", color: "white", backgroundColor: "rgb(0 0 0 / 0)", "&:hover": { @@ -212,6 +213,7 @@ export const penaMuiTheme = createTheme({ lineHeight: "20px", fontWeight: 500, textTransform: "none", + whiteSpace: "nowrap", color: "black", backgroundColor: "rgb(0 0 0 / 0)", "&:hover": { diff --git a/package.json b/package.json index 95df6cd..1e365e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontend/kitui", - "version": "1.0.50", + "version": "1.0.51", "description": "test", "main": "./dist/index.js", "module": "./dist/index.js",