Display of Content Security Policy values getting out of screen
This commit is contained in:
parent
d8cf90dade
commit
42920595ad
2 changed files with 13 additions and 6 deletions
|
@ -809,12 +809,11 @@
|
||||||
<div class="text-subtitle2">
|
<div class="text-subtitle2">
|
||||||
Content Security Policy
|
Content Security Policy
|
||||||
</div>
|
</div>
|
||||||
<q-chip
|
<q-card class="app-chip app-chip-green app-card-as-chip">
|
||||||
dense
|
<q-card-section>
|
||||||
class="app-chip app-chip-green"
|
{{ exData(middleware).contentSecurityPolicy }}
|
||||||
>
|
</q-card-section>
|
||||||
{{ exData(middleware).contentSecurityPolicy }}
|
</q-card>
|
||||||
</q-chip>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
|
@ -121,6 +121,14 @@ body {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-card-as-chip {
|
||||||
|
box-shadow: none;
|
||||||
|
|
||||||
|
.q-card__section {
|
||||||
|
padding: 5px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Chips
|
// Chips
|
||||||
.app-chip {
|
.app-chip {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
Loading…
Reference in a new issue