mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Remove white spaces
This commit is contained in:
parent
6a163d6264
commit
9bd868a818
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue