diff --git a/pages/actors/@actorId/edit/+Page.vue b/pages/actors/@actorId/edit/+Page.vue index c21a47c..2424e29 100644 --- a/pages/actors/@actorId/edit/+Page.vue +++ b/pages/actors/@actorId/edit/+Page.vue @@ -876,18 +876,20 @@ async function submit() { } @media(--small) { - .row { - flex-direction: column; - align-items: stretch; - margin-bottom: .25rem; - } + .editor { + .row { + flex-direction: column; + align-items: stretch; + margin-bottom: .25rem; + } - .item-header { - margin-bottom: .25rem; - } + .item-header { + margin-bottom: .25rem; + } - .key { - flex-grow: 1; + .key { + flex-grow: 1; + } } }