Skip to content

Commit

Permalink
Merge pull request #10 from angauber/master
Browse files Browse the repository at this point in the history
Add form-control class to prevent search trigger onfocus
  • Loading branch information
ablunier authored Oct 17, 2019
2 parents 3413eda + 5812620 commit 07923c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions dist/css/field.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.auto-height{height:auto!important}
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<default-field :field="field" :errors="errors" :full-width-content="true">
<template slot="field">
<div class="rounded-lg">
<div class="rounded-lg form-control auto-height">
<ckeditor
:editor="editor"
:config="editorConfig"
Expand Down
4 changes: 3 additions & 1 deletion resources/sass/field.scss
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
// Nova Tool CSS
.auto-height {
height: auto !important;
}

0 comments on commit 07923c4

Please sign in to comment.