Skip to content

Commit

Permalink
Fix editor toggle spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciaran Walsh authored and Ciaran Walsh committed Mar 18, 2017
1 parent ae6c0c2 commit 1c02bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/joomla/tinymce/togglebutton.php
Expand Up @@ -12,7 +12,7 @@
$name = $displayData;

?>
<div class="toggle-editor btn-toolbar float-right clearfix">
<div class="toggle-editor btn-toolbar float-right clearfix mt-3">
<div class="btn-group">
<a class="btn btn-secondary" href="#"
onclick="tinyMCE.execCommand('mceToggleEditor', false, '<?php echo $name; ?>');return false;"
Expand Down

0 comments on commit 1c02bb4

Please sign in to comment.