Comment 5 for bug 1267661

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/66465
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f3ca2756cc71412a60c9eff9cf14c15c097f0726
Submitter: Jenkins
Branch: master

commit f3ca2756cc71412a60c9eff9cf14c15c097f0726
Author: Thai Tran <email address hidden>
Date: Mon Jan 13 13:34:32 2014 -0800

    CSS to fix content appearing below side pane

    Content normally shows up on the right side of the navigation pane.
    However, a long dashboard name will cause the content to appear below
    the navigation pane.

    Currently, the content is set to have left padding of 250px. This is
    not ideal as the side-navigation pane may take up more space. I have
    included a css fix that will allow the content to float and remain next
    to the navigation pane. This solution have been tested in all major
    browsers including IE.

    Fixed the expanding issue.

    Change-Id: Ied5c6085c643eba72a54279ff2e57221ddac76df
    Closes-Bug: #1267661