1
0
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:
DarthSim 2022-09-19 18:12:47 +06:00
parent 733e524c58
commit 6d584830eb

View File

@ -63,6 +63,10 @@ body::before {
}
}
.markdown-section p {
overflow-wrap: break-word;
}
.loading {
margin: 150px auto 0;
position: relative;