We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baa3b5b + 9626e30 commit db043d3Copy full SHA for db043d3
src/features/docs/view/Swagger.tsx
@@ -3,6 +3,7 @@ import SwaggerUI from "swagger-ui-react"
3
import "swagger-ui-react/swagger-ui.css"
4
import { Box } from "@mui/material"
5
import LoadingWrapper from "./LoadingWrapper"
6
+import "./swagger.css"
7
8
const Swagger = ({ url }: { url: string }) => {
9
const [isLoading, setLoading] = useState(true)
src/features/docs/view/swagger.css
@@ -0,0 +1,6 @@
1
+.swagger-ui .info span.url {
2
+ display: block;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ max-width: 80%;
+}
0 commit comments