I installed the latest 7.x version of the theme on a pretty basic Drupl 7 site and Kanji caused the Drupal 7 core admin toolbar to render with a fixed width. See attached screenshot.

CommentFileSizeAuthor
Snapshot 21:10:2012 17:00.jpeg94.82 KBbudda
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

budda’s picture

Status: Active » Needs review

Removing the clearfix float: left rule fixed everything:

.clearfix {
  clear: both;
}
DonnyCarette’s picture

Hi Budda,

Thanks for reporting, i did not noticed. (Not using toolbar module)
And i have no idea where that float: left comes from, so it's removed. I tested on some browsers, all looks still fine for me. So it's updated in the 7.x-3.3 release

DonnyCarette’s picture

Status: Needs review » Closed (fixed)