mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 04:05:35 +08:00
break long words/urls to prevent overflow
This commit is contained in:
parent
2b8487b0ea
commit
bf712a8598
@ -346,6 +346,7 @@
|
||||
width: 100%;
|
||||
margin-top: 1em;
|
||||
min-width: 275px;
|
||||
word-break: break-word;
|
||||
@include breakpoint("mobile", min-width) {
|
||||
display: flex;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user