Miscellaneous CSS cleanup (and make the report modal look better) (#1334)

This commit is contained in:
Emma Alexia Triphora
2023-08-24 15:21:12 -04:00
committed by GitHub
parent 51b07fc0c3
commit 57964282ee
9 changed files with 22 additions and 99 deletions

View File

@@ -804,10 +804,5 @@ export default defineNuxtComponent({
background-color: #000000;
}
}
.button-group {
margin-left: auto;
margin-top: 1.5rem;
}
}
</style>

View File

@@ -466,4 +466,8 @@ svg {
min-height: 8rem;
max-width: 24rem;
}
.multiselect {
max-width: 15rem;
}
</style>

View File

@@ -276,4 +276,8 @@ export default defineNuxtComponent({
max-width: 26rem;
}
}
.multiselect {
max-width: 15rem;
}
</style>

View File

@@ -1596,10 +1596,5 @@ export default defineNuxtComponent({
.multiselect {
max-width: 20rem;
}
.button-group {
margin-left: auto;
margin-top: 1.5rem;
}
}
</style>

View File

@@ -500,10 +500,6 @@ export default defineNuxtComponent({
}
}
.button-group:first-child {
margin-left: auto;
}
.textarea-wrapper {
height: 10rem;
}