From ba243e909374ef40a519fc11cf56667bc6d6b1f2 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Thu, 16 Mar 2017 15:59:51 -0700 Subject: [PATCH] Minor tweaks --- example/styleguide/res/sass/_style-guide-base.scss | 1 + example/styleguide/res/templates/standards.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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: