Index: trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-contributors.php
===================================================================
--- trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-contributors.php	(revision 4568)
+++ trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-contributors.php	(working copy)
@@ -39,6 +39,14 @@
 
 		echo $args['before_widget'];
 		?>
+		<style>
+			<?php // TODO: Yes, these need to be moved into the CSS somewhere. ?>
+			ul.contributors-list li {
+				clear: both;
+				padding-bottom: 1.0em;
+			}
+		</style>
+
 		<h3><?php _e( 'Contributors', 'wporg-plugins' ); ?></h3>
 
 		<ul id="contributors-list" class="contributors-list read-more" aria-expanded="false">
