Index: /FCKeditor/trunk/editor/_source/commandclasses/fcktextcolorcommand.js
===================================================================
--- /FCKeditor/trunk/editor/_source/commandclasses/fcktextcolorcommand.js	(revision 751)
+++ /FCKeditor/trunk/editor/_source/commandclasses/fcktextcolorcommand.js	(revision 752)
@@ -143,4 +143,6 @@
 	oDiv.Command = this ;
 	oDiv.onclick = FCKTextColorCommand_AutoOnClick ;
+	if ( FCKBrowserInfo.IsSafari )
+		oDiv.style.width= "96%" ;
 
 	// Create an array of colors based on the configuration file.
@@ -173,3 +175,5 @@
 	oDiv.Command = this ;
 	oDiv.onclick = FCKTextColorCommand_MoreOnClick ;
+	if ( FCKBrowserInfo.IsSafari )
+		oDiv.style.width= "96%" ;
 }
