diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 5d921276..cdf7e87c 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -1960,6 +1960,12 @@ a.tag:hover { .filename { font-weight: bold; } + @media (max-device-width:480px), screen and (max-width:800px) { + width: 70%; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + } } .row.content { padding: 15px 20px; diff --git a/views/site_files/text_editor.erb b/views/site_files/text_editor.erb index 29692ba7..f178ed55 100644 --- a/views/site_files/text_editor.erb +++ b/views/site_files/text_editor.erb @@ -75,10 +75,10 @@ - Save
+