fix: space title and description overflow in lobby (#2969)
* fix: update PageHero styles for better text handling and add PageHeroText class * trigger cla recheck * refactor: remove unused styles from PageHeroText and LobbyHeroTopic * fix: remove unnecessary class names from PageHero for cleaner markup style: add styles to LobbyHeroTopic for improved text display
This commit is contained in:
@@ -111,6 +111,7 @@ export const PageHeroSection = style([
|
|||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
||||||
export const PageContentCenter = style([
|
export const PageContentCenter = style([
|
||||||
DefaultReset,
|
DefaultReset,
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ export const LobbyHeroTopic = style({
|
|||||||
WebkitLineClamp: 3,
|
WebkitLineClamp: 3,
|
||||||
WebkitBoxOrient: 'vertical',
|
WebkitBoxOrient: 'vertical',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
|
wordBreak: 'break-word',
|
||||||
|
|
||||||
':hover': {
|
':hover': {
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
|
|||||||
Reference in New Issue
Block a user