@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@-moz-document url-prefix('chrome://') {
	/* Display full bookmark titles in the bookmark bar, instead of truncating
	long titles with ellipses ("â€¦"). */
	#personal-bookmarks .bookmark-item {
		max-width: none ! important
	}
}