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">
|
||||
Content Security Policy
|
||||
</div>
|
||||
<q-chip
|
||||
dense
|
||||
class="app-chip app-chip-green"
|
||||
>
|
||||
<q-card class="app-chip app-chip-green app-card-as-chip">
|
||||
<q-card-section>
|
||||
{{ exData(middleware).contentSecurityPolicy }}
|
||||
</q-chip>
|
||||
</q-card-section>
|
||||
</q-card>
|
||||
</div>
|
||||
</div>
|
||||
</q-card-section>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue