diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 626a0751..98eb6a8c 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -236,7 +236,7 @@ } .file .title { font-weight: bold; - font-size: 8px; + font-size: 10px; color: #666; margin-top: 4px; text-decoration: none; @@ -296,6 +296,7 @@ text-decoration: none; font-size: 14px; display: block; + margin-left: 5px; } .overlay i { font-weight: bold; diff --git a/views/dashboard.erb b/views/dashboard.erb index dedf1bbe..edf39cd6 100644 --- a/views/dashboard.erb +++ b/views/dashboard.erb @@ -135,8 +135,8 @@ <% end %> - <% if file[:name].length > 15 %> - <%= file[:name].slice(0..14) %>… + <% if file[:name].length > 19 %> + <%= file[:name].slice(0..18) %>… <% else %> <%= file[:name] %> <% end %>