Commit 5e7f5ee8 authored by Robert Schilling's avatar Robert Schilling

Restyle explore projects to fix #7548

parent 0b3ebb64
......@@ -89,6 +89,10 @@
}
}
.project-description {
overflow: hidden;
}
.project-access-icon {
margin-left: 10px;
float: left;
......
%li
%h4.project-title
.project-access-icon
= visibility_level_icon(project.visibility_level)
.project-description
%h4.project-title
= link_to project.name_with_namespace, project
- if current_page?(starred_explore_projects_path)
......@@ -22,4 +24,3 @@
- else
%i.icon-warning-sign
Empty repository
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment