diff --git a/docs/dev/ui_style_guide.rst b/docs/dev/ui_style_guide.rst index 13dd86245e..81f3c06629 100644 --- a/docs/dev/ui_style_guide.rst +++ b/docs/dev/ui_style_guide.rst @@ -8,7 +8,7 @@ Tray Plugins In order to be consistent with layout, styling, and spacing, UI development on plugins should try to adhere to the following principles: -* Any tray plugin should utilize ```` as the +* Any tray plugin should utilize ```` as the outer-container (which provides consistent styling rules). Any changes to style across all plugins should then take place in the ``j-tray-plugin`` stylesheet (``jdaviz/components/tray_plugin.vue``). diff --git a/jdaviz/components/tray_plugin.vue b/jdaviz/components/tray_plugin.vue index ab9b8c2b7f..320d7715f9 100644 --- a/jdaviz/components/tray_plugin.vue +++ b/jdaviz/components/tray_plugin.vue @@ -30,7 +30,7 @@