Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 6421)
+++ /CKEditor/trunk/CHANGES.html	(revision 6422)
@@ -49,4 +49,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/7088">#7088</a> : Loading of plugins failed on new instances of the editor after special character dialog has been used.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6215">#6215</a> : Removal of inline styles now also removes overrides.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6144">#6144</a> : Rich combos have wrong height when toolbar is wrapped.</li>
 		<li>Updated the following language files:<ul>
 			<li><a href="http://dev.ckeditor.com/ticket/7124">#7124</a> : Czech;</li>
Index: /CKEditor/trunk/_source/skins/kama/richcombo.css
===================================================================
--- /CKEditor/trunk/_source/skins/kama/richcombo.css	(revision 6421)
+++ /CKEditor/trunk/_source/skins/kama/richcombo.css	(revision 6422)
@@ -49,4 +49,5 @@
 	height: 21px;
 	margin-right: 6px;
+	margin-bottom: 5px;
 }
 
