Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
Fix #21
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiszewski committed Oct 1, 2015
1 parent d216a9b commit 0a2a4da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1 class="ng-binding">{{model.filePath}}</h1>
</div>
</umb-header>
<umb-tab-view>
<umb-tab id="tab1" rel="content">
<umb-tab id="tab1" rel="content" style="display: block;">
<div id="bookshelf-canvas" class="umb-pane row">
<div ng-show="isEditing" class="span6" style="padding-right: 20px;">
<textarea auto-grow insert-md ng-model="model.content" class="span12" style="height: 100%; margin-bottom: 10px;" ng-change="makeDirty()"></textarea>
Expand Down
2 changes: 1 addition & 1 deletion src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("0.10.4")]
[assembly: AssemblyFileVersion("0.10.5")]

0 comments on commit 0a2a4da

Please sign in to comment.