Comment 3 for bug 1533366

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

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

commit 52d936efacaf2265941ab2297d39b53b54ccd6bd
Author: Lucas Palm <email address hidden>
Date: Tue Jan 12 15:26:52 2016 -0600

    Fixed the width of the stack template detail box

    On the "Template" tab of the Stack details page (Project --> Orchestration
    --> Stacks --> Stack Details), the gray box that surrounds the template text
    is just a bit too wide. The edges extend right up to the side of the enclosing
    <div> element, making it look bad.

    To fix this, the "status" and "row" classes were removed from the parent div
    element. The "Stack Template" header was also removed from the page because it is
    redundant inside a tab that already implies that it is the stack's template.

    Change-Id: Ic8b17caf947534b0ac13e06b221a0d48802fb563
    Closes-Bug: #1533366