chore(deps): sync upstream changes (2026-08-26) #5

Merged
imnyang merged 27 commits from upstream-sync-202608261421 into dev 2026-08-26 14:37:20 +09:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 762e99a907 - Show all commits

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
Yash 2026-06-16 04:39:50 +05:30 committed by GitHub
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,6 +111,7 @@ export const PageHeroSection = style([
}, },
]); ]);
export const PageContentCenter = style([ export const PageContentCenter = style([
DefaultReset, DefaultReset,
{ {

View file

@ -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',