mirror of
https://github.com/discourse/discourse.git
synced 2026-08-03 09:53:24 -05:00
UX: Handle long URLs in theme grid with overflow-wrap (#32942)
Added `overflow-wrap: anywhere` to prevent long URLs from breaking the layout ### Before <img width="268" alt="image" src="https://github.com/user-attachments/assets/2512b44e-7af3-42cb-b1c6-d7fcb7dd0535" /> ### After <img width="260" alt="image" src="https://github.com/user-attachments/assets/9c5abf05-8f79-4434-bdb7-fc2b5fd2bd2e" />
This commit is contained in:
@@ -133,6 +133,7 @@
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
align-items: center;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
&__description {
|
||||
|
||||
Reference in New Issue
Block a user