Skip to content

Commit

Permalink
Fix table width for inherited packages
Browse files Browse the repository at this point in the history
When using the 'w-*' class in one column but not the other
this can mess up the size of the other columns. In this case
it was squeezing the second column to ~1% width, which caused the text
to be shown vertical.
  • Loading branch information
bgeuken committed Dec 11, 2018
1 parent 9acded8 commit 89c3b81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%thead
%tr
%th.w-75 Name
%th From
%th.w-25 From
%tbody
- inherited_packages.each do |package|
%tr
Expand Down

0 comments on commit 89c3b81

Please sign in to comment.