Skip to content

Commit 831a7ae

Browse files
author
Nara Kasbergen
committed
Just realized this adds some extra horizontal padding which may not be desirable, so this fixes that
1 parent c2dee78 commit 831a7ae

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

dist/css/print.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,9 @@
10691069
.swagger-section .swagger-ui-wrap form.form_box p strong {
10701070
color: black;
10711071
}
1072+
.swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
1073+
padding-bottom: 0;
1074+
}
10721075
.swagger-section .title {
10731076
font-style: bold;
10741077
}

dist/css/screen.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,9 @@
10691069
.swagger-section .swagger-ui-wrap form.form_box p strong {
10701070
color: black;
10711071
}
1072+
.swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
1073+
padding-bottom: 0;
1074+
}
10721075
.swagger-section .title {
10731076
font-style: bold;
10741077
}

src/main/html/css/print.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,9 @@
10691069
.swagger-section .swagger-ui-wrap form.form_box p strong {
10701070
color: black;
10711071
}
1072+
.swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
1073+
padding-bottom: 0;
1074+
}
10721075
.swagger-section .title {
10731076
font-style: bold;
10741077
}

src/main/html/css/screen.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,9 @@
10691069
.swagger-section .swagger-ui-wrap form.form_box p strong {
10701070
color: black;
10711071
}
1072+
.swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
1073+
padding-bottom: 0;
1074+
}
10721075
.swagger-section .title {
10731076
font-style: bold;
10741077
}

src/main/less/specs.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,10 @@
10851085
}
10861086
}
10871087
}
1088+
1089+
.operation-status td.markdown > p:last-child {
1090+
padding-bottom: 0;
1091+
}
10881092
}
10891093

10901094
}

0 commit comments

Comments
 (0)