Put all sidebar icons in fixed width container
What does this MR do?
Puts all icons (font awesome and custom) in fixed width container to fix weird alignment
Why was this MR needed?
Mix of font awesome icons & custom icons results in different icon widths
What are the relevant issue numbers?
Closes #18539 (closed)
Screenshots (if relevant)

Merge request reports
Activity
Reassigned to @jschatz1
1 1 %ul.nav.nav-sidebar 2 2 = nav_link(path: ['root#index', 'projects#trending', 'projects#starred', 'dashboard/projects#index'], html_options: {class: "#{project_tab_class} home"}) do 3 3 = link_to dashboard_projects_path, title: 'Projects', class: 'dashboard-shortcuts-projects' do 4 = navbar_icon('project') Reassigned to @annabeldunstone
Reassigned to @jschatz1
mentioned in commit c6cc7680
Please register or sign in to reply