Commit e3c31a14 authored by Filipa Lacerda's avatar Filipa Lacerda

Prevents package name of overflowing

parent a55880a0
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
.gl-responsive-table-row .gl-responsive-table-row
.table-section.section-30 .table-section.section-30
.table-mobile-header{ role: "rowheader" }= _("Name") .table-mobile-header{ role: "rowheader" }= _("Name")
.table-mobile-content .table-mobile-content.flex-truncate-parent
= link_to package.name, project_package_path(@project, package) = link_to package.name, project_package_path(@project, package), class: 'flex-truncate-child'
.table-section.section-20 .table-section.section-20
.table-mobile-header{ role: "rowheader" }= _("Version") .table-mobile-header{ role: "rowheader" }= _("Version")
.table-mobile-content .table-mobile-content
......
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