Remove custom Swagger UI stylesheet and checkbox width

The custom stylesheet injection for Swagger UI has been removed.
Specific width constraints for checkbox inputs in the Swagger UI
have been removed from the CSS.
This commit is contained in:
Marco Minerva
2024-09-05 14:39:44 +02:00
parent 6757631511
commit 3c7b076659
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -64,7 +64,6 @@ if (app.Environment.IsDevelopment())
{
options.RoutePrefix = string.Empty;
options.SwaggerEndpoint("/swagger/v1/swagger.json", "SQL Database Vector Search API v1");
options.InjectStylesheet("/css/swagger.css");
});
}
@@ -1,4 +0,0 @@
.swagger-ui .parameters-col_description input[type=checkbox] {
max-width: 340px;
width: auto;
}