diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 4a62d9a9..9d95088a 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -1410,6 +1410,11 @@ a.tag:hover { } } } + #editorUpdates .tooltip-inner { + padding: 14px 20px; + width: 200px; + white-space: normal; + } } .row.editor { float: left; diff --git a/views/site_files/text_editor.erb b/views/site_files/text_editor.erb index 5b46912e..1c5bb0cc 100644 --- a/views/site_files/text_editor.erb +++ b/views/site_files/text_editor.erb @@ -127,7 +127,7 @@ if(quit === true) { window.location = '/dashboard' } else { - $('#editorUpdates span').html('  Your file has been saved.') + $('#editorUpdates span').html('  Your file has been saved.') $('a#saveButton,a#saveAndExitButton').css('opacity', 0.5) setTimeout(function() { $('#editorUpdates').fadeOut(); //.addClass('hidden');