1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

fix padding of Swagger API UI

This commit is contained in:
Steffen Vogel 2021-03-08 22:42:36 +01:00
parent 13c0c0970c
commit 96c346e0e1

View file

@ -463,3 +463,11 @@ hr {
.badge-outdated {
opacity: 0.4;
}
/**
* Swagger UI
*/
.swagger-ui .wrapper {
padding: 0 !important;
}