fix: Remove white spaces

This commit is contained in:
1ambda 2017-03-16 05:00:20 +09:00
parent 6a163d6264
commit 9bd868a818

View file

@ -131,7 +131,7 @@ limitations under the License.
<!-- paragraph handler -->
<a ng-click="hideTitle(paragraph)"
ng-show="paragraph.config.title"><span class="fa fa-font shortcut-icon"></span>Hide title
<span class="shortcut-keys">Ctrl+ {{ isMac ? 'Option' : 'Alt'}} +T</span></a>
<span class="shortcut-keys">Ctrl+{{ isMac ? 'Option' : 'Alt'}}+T</span></a>
<a ng-click="showTitle(paragraph)"
ng-show="!paragraph.config.title"><span class="fa fa-font shortcut-icon"></span>Show title
<span class="shortcut-keys">Ctrl+{{ isMac ? 'Option' : 'Alt'}}+T</span></a>