Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 77aa8c8

Browse files
committedMar 17, 2017
Merge branch 'open1233a' of https://github.com/nasa/openmct into open1233a
2 parents 856f3d2 + ba243e9 commit 77aa8c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎example/styleguide/res/sass/_style-guide-base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777

7878
table, ul {
7979
margin-bottom: $interiorMarginLg;
80+
width: auto;
8081
}
8182

8283
.themed {

‎example/styleguide/res/templates/standards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2>Absolute Positioning and Z-Indexing</h2>
2828
<p>Absolute positioning is used in Open MCT in the main envelope interface to handle layout and draggable pane splitters, for elements that must be dynamically created and positioned (like context menus) and for buttons that are placed over other elements, such as a plot's zoom/pan history and reset buttons. When using absolute positioning, follow these guidelines:</p>
2929
<ul>
3030
<li>Don't specify a z-index if you don't have to.</li>
31-
<li>If you must specify a z-index, use the lowest number you can that prevents your element from being covered and puts it at the right level per the table below.</li>
31+
<li>If you must specify a z-index, use the lowest number you that prevents your element from being covered and puts it at the correct level per the table below.</li>
3232
</ul>
3333
<!-- This content maintained at https://docs.google.com/spreadsheets/d/1AzhUY0P3hLCfT8yPa2Cb1dwOOsQXBuSgCrOkhIoVm0A/edit#gid=0 -->
3434
<table>

0 commit comments

Comments
 (0)
Please sign in to comment.