You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
The change to a close icon makes it stand out more and also saves real-estate. A margin to the left helps to identify it quickly and avoids accidental pressing of it.
You are right, the previous implementation looked a little different with regards to the borders of the two buttons. I guess the ButtonGroup styling got messed up by an inline div that I added.
I’m okay with moving this out of 2.4 if it’s not an easy fix.
* Fix styling of unified analyzer buttons
Fixes#4230
* Open analyzer menus to the left
Dropdown menus on the unified analyzer menus open currently to the right, but
they are very close to the edge of the window and will be cropped. This
commit changes that by opening menus to the left.
(cherry picked from commit f09054a)
Expected Behavior
There should be consistent spacing between the field analyzer widget buttons.
Current Behavior
After #4219 went it, there is no spacing between the "Add to dashboard" and "Customize" buttons in the field analyzer widgets.
QuickValues:

Chart:

Possible Solution
I guess we want to use a
ButtonGroup
wrapper component to get consistent spacing.Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: