Skip to content

Commit

Permalink
fix text wrapping issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Aug 21, 2024
1 parent 57a2259 commit 6d0c35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swagger_ui_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -9256,7 +9256,6 @@ body a:hover {

.swagger-ui .opblock .opblock-summary-path {
flex-shrink: 0;
max-width: calc(100% - 110px - 15rem)
}

.swagger-ui .opblock .opblock-summary-path__deprecated {
Expand All @@ -9272,7 +9271,8 @@ body a:hover {
flex: 1 1 auto;
font-family: sans-serif;
font-size: 13px;
word-break: break-word
word-break: break-word;
padding: 0px 10px;
}

.swagger-ui .opblock .opblock-summary {
Expand Down

0 comments on commit 6d0c35c

Please sign in to comment.