Fix styling of display not found error message

This commit is contained in:
rijkvanzanten
2020-09-08 11:46:55 -04:00
parent f9d4160c6a
commit a3919baba2

View File

@@ -95,4 +95,14 @@ export default defineComponent({
.select {
margin-bottom: 32px;
}
.not-found {
.spacer {
flex-grow: 1;
}
button {
text-decoration: underline;
}
}
</style>