This commit is contained in:
Ben Haynes
2021-04-02 14:14:12 -04:00
parent b04f620792
commit 2e0b74c9ad
2 changed files with 3 additions and 1 deletions

View File

@@ -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);
}

View File

@@ -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;