mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-23 11:14:48 +02:00
Fix word-wrapping long links in docs
This commit is contained in:
parent
733e524c58
commit
6d584830eb
@ -63,6 +63,10 @@ body::before {
|
||||
}
|
||||
}
|
||||
|
||||
.markdown-section p {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.loading {
|
||||
margin: 150px auto 0;
|
||||
position: relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user