mirror of
https://github.com/directus/directus.git
synced 2026-01-27 21:58:02 -05:00
Fix grid layout of field setup
This commit is contained in:
@@ -157,7 +157,7 @@ export default defineComponent({
|
||||
grid-column: 1 / span 2;
|
||||
|
||||
@include breakpoint(small) {
|
||||
grid-column: 1;
|
||||
grid-column: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user