mirror of
https://github.com/directus/directus.git
synced 2026-01-25 19:38:25 -05:00
Fix styling of display not found error message
This commit is contained in:
@@ -95,4 +95,14 @@ export default defineComponent({
|
||||
.select {
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
.not-found {
|
||||
.spacer {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
button {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user