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:
Yash
2026-06-16 04:39:50 +05:30
committed by GitHub
parent 80fd8863c9
commit 762e99a907
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -111,6 +111,7 @@ export const PageHeroSection = style([
},
]);
export const PageContentCenter = style([
DefaultReset,
{
+1
View File
@@ -6,6 +6,7 @@ export const LobbyHeroTopic = style({
WebkitLineClamp: 3,
WebkitBoxOrient: 'vertical',
overflow: 'hidden',
wordBreak: 'break-word',
':hover': {
cursor: 'pointer',