Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Fix layout bugs on server power operations page
Browse files Browse the repository at this point in the history
Add missing closing div tag that caused strange column layout
breaks.

Resolves #112

Tested: No longer see the problem on a Witherspoon.

Signed-off-by: Gunnar Mills <[email protected]>
Signed-off-by: Yoshie Muranaka <[email protected]>
Change-Id: I87f4947f60f95c7991df3f7c429ac51726a894b9
  • Loading branch information
yoshiemuranaka authored and gtmills committed Jun 11, 2020
1 parent 3f48959 commit 1578b87
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ <h3 class="content-label">
Cancel
</button>
</div>
</div>
</form>
</div>
</div>
<!-- Power Operations Column -->
<div class="large-8 columns operations-wrapper">
<h2 class="subhead boot-operations">Operations</h2>
Expand Down Expand Up @@ -184,4 +184,5 @@ <h2 class="subhead boot-operations">Operations</h2>
</div>
</div>
</div>
</div>
</div>

0 comments on commit 1578b87

Please sign in to comment.