mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 06:36:27 +08:00
change dropdown lenght
This commit is contained in:
parent
0b721d86b1
commit
fa30278153
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ class ReportsController < ApplicationController
|
|||
.select(:id, :name)
|
||||
@visible_projects = projects.collect do |project|
|
||||
VisibleProject.new(new_project_reports_path(project),
|
||||
ellipsisize(project.name))
|
||||
ellipsisize(project.name, 75, 50))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue