diff --git a/example/styleguide/res/sass/_style-guide-base.scss b/example/styleguide/res/sass/_style-guide-base.scss index cdb107fbfb..c6a9c25b88 100644 --- a/example/styleguide/res/sass/_style-guide-base.scss +++ b/example/styleguide/res/sass/_style-guide-base.scss @@ -77,6 +77,7 @@ table, ul { margin-bottom: $interiorMarginLg; + width: auto; } .themed { diff --git a/example/styleguide/res/templates/standards.html b/example/styleguide/res/templates/standards.html index f7e9e7671e..675e69c739 100644 --- a/example/styleguide/res/templates/standards.html +++ b/example/styleguide/res/templates/standards.html @@ -28,7 +28,7 @@
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: