diff --git a/webui/src/components/_commons/PanelMiddlewares.vue b/webui/src/components/_commons/PanelMiddlewares.vue index c1e03fcee..5ef836118 100644 --- a/webui/src/components/_commons/PanelMiddlewares.vue +++ b/webui/src/components/_commons/PanelMiddlewares.vue @@ -809,12 +809,11 @@
Content Security Policy
- - {{ exData(middleware).contentSecurityPolicy }} - + + + {{ exData(middleware).contentSecurityPolicy }} + + diff --git a/webui/src/css/sass/app.scss b/webui/src/css/sass/app.scss index d73156655..7157a171f 100644 --- a/webui/src/css/sass/app.scss +++ b/webui/src/css/sass/app.scss @@ -121,6 +121,14 @@ body { border-radius: 8px; } +.app-card-as-chip { + box-shadow: none; + + .q-card__section { + padding: 5px !important; + } +} + // Chips .app-chip { border-radius: 8px;