Skip to content

Commit

Permalink
fixed misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Alger committed Nov 21, 2014
1 parent cc5684f commit 79bdfe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/kibana/plugins/visualize/editor/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
reset="resetEditableVis();">
</vis-editor-sidebar>

<div class="vis-editor-canvas" ng-class="{ embeded: appEmbedded }">
<div class="vis-editor-canvas" ng-class="{ embedded: appEmbedded }">
<h3 class="vis-editor-canvas-title" ng-if="savedVis.id" ng-bind="savedVis.title"></h3>
<visualize vis="vis" editable-vis="editableVis" search-source="savedVis.searchSource"></visualize>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/kibana/plugins/visualize/editor/styles/editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
.flex-direction(column);
overflow: auto;

&.embeded {
&.embedded {
.flex-shrink(1);
.flex-basis(100%);
}
Expand Down

0 comments on commit 79bdfe7

Please sign in to comment.