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