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

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
janschoenherr committed Mar 31, 2016
2 parents f143b69 + eef2586 commit 09398a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/post-settings.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>

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

<div class="uk-form-row">
Expand Down
2 changes: 1 addition & 1 deletion views/admin/post-edit.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php $view->script('post-edit', 'blog:app/bundle/post-edit.js', ['vue', 'editor', 'uikit']) ?>

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

<div class="uk-margin uk-flex uk-flex-space-between uk-flex-wrap" data-uk-margin>
<div data-uk-margin>
Expand Down

0 comments on commit 09398a7

Please sign in to comment.