Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 09398a7

Browse files
committed
Merge branch 'develop'
2 parents f143b69 + eef2586 commit 09398a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/post-settings.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22

3-
<div class="uk-grid pk-grid-large" data-uk-grid-margin>
3+
<div class="uk-grid pk-grid-large uk-form-stacked" data-uk-grid-margin>
44
<div class="uk-flex-item-1">
55

66
<div class="uk-form-row">

views/admin/post-edit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php $view->script('post-edit', 'blog:app/bundle/post-edit.js', ['vue', 'editor', 'uikit']) ?>
22

3-
<form id="post" class="uk-form uk-form-stacked" v-validator="form" @submit.prevent="save | valid" v-cloak>
3+
<form id="post" class="uk-form" v-validator="form" @submit.prevent="save | valid" v-cloak>
44

55
<div class="uk-margin uk-flex uk-flex-space-between uk-flex-wrap" data-uk-margin>
66
<div data-uk-margin>

0 commit comments

Comments
 (0)