Implement word-wrap for package statistics

Word-wrap labels in the package statistics box, just as we wrap package
names in the "Recent Updates" box.

Addresses FS#32160.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2012-10-23 19:08:29 +02:00
parent acdf9a85a0
commit 6897bb0097
2 changed files with 12 additions and 8 deletions

View file

@ -10,3 +10,7 @@
#pkg-updates td.pkg-new {
padding: 0 .5em;
}
#pkg-stats td.stat-desc {
white-space: normal;
}