← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~huwshimi/launchpad/tag-list-wrapping-708436 into lp:launchpad

 

Huw Wilkins has proposed merging lp:~huwshimi/launchpad/tag-list-wrapping-708436 into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  #708436 Bug tag list wrapping
  https://bugs.launchpad.net/bugs/708436

For more details, see:
https://code.launchpad.net/~huwshimi/launchpad/tag-list-wrapping-708436/+merge/48393

Fixed the tag list width on a bug so that it does not wrap prematurely on the page. To test it add a lot of tags to a bug and the list should only start wrapping when it hits the end of the main content area.
-- 
https://code.launchpad.net/~huwshimi/launchpad/tag-list-wrapping-708436/+merge/48393
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~huwshimi/launchpad/tag-list-wrapping-708436 into lp:launchpad.
=== modified file 'lib/canonical/launchpad/icing/style.css'
--- lib/canonical/launchpad/icing/style.css	2010-12-17 19:16:54 +0000
+++ lib/canonical/launchpad/icing/style.css	2011-02-02 22:09:30 +0000
@@ -146,7 +146,7 @@
 }
 
 .tags-container {
-  width: 45%;
+  width: 100%;
   text-align: left;
   float: left;
 }