Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit c146259

Browse files
committed
fix css
1 parent 2fb7a76 commit c146259

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/less/swagger-ui.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@
207207
word-break: break-word;
208208
white-space: normal;
209209

210+
.model-item{
211+
margin-bottom: 5px;
212+
}
213+
210214
.type{
211215
color: #5555aa;
212216
}
@@ -218,7 +222,7 @@
218222

219223
.parameters{
220224

221-
pre.model-schema{
225+
.model-schema pre{
222226

223227
cursor: pointer;
224228

0 commit comments

Comments
 (0)