mirror of
https://github.com/directus/directus.git
synced 2026-02-01 15:34:57 -05:00
fixes #4450
This commit is contained in:
@@ -30,7 +30,7 @@ body {
|
||||
--v-card-max-width: 400px;
|
||||
--v-card-height: auto;
|
||||
--v-card-min-height: none;
|
||||
--v-card-max-height: min-content;
|
||||
--v-card-max-height: 90vh;
|
||||
--v-card-padding: 16px;
|
||||
--v-card-background-color: var(--background-subdued);
|
||||
}
|
||||
|
||||
@@ -56,6 +56,8 @@ export default defineComponent({
|
||||
font-family: var(--family-monospace);
|
||||
background-color: var(--danger-alt);
|
||||
border-radius: var(--border-radius);
|
||||
max-height: 50vh;
|
||||
overflow: auto;
|
||||
|
||||
.copy-error {
|
||||
margin-left: 12px;
|
||||
|
||||
Reference in New Issue
Block a user