Skip to content

Commit 78f1484

Browse files
committed
Small css fix
1 parent 65539c9 commit 78f1484

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/public/css/swagger-ui-overrides.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@
185185
display: none;
186186
}
187187

188+
/*Matomo body css makes fonts too large*/
189+
.swagger-ui .parameters-col_description {
190+
font-size: 14px;
191+
}
192+
188193
/* Revert bootstrap global <pre> styles for Swagger version badges only. */
189194
.swagger-ui .info .title small pre.version {
190195
background-color: transparent;

0 commit comments

Comments
 (0)