[Controls] Fix left padding in view mode #192229
Labels
bug
Fixes for quality problems that affect the customer experience
good first issue
low hanging fruit
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
regression
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Describe the bug:
Now that we are using compressed styling for controls, the small
EuiIcon
that we were using to simulate left padding in view mode (see #184533) is too large.EuiIcon
doesn't have anxs
option, so we might be forced to just do an emptydiv
with an enforced width of8px
instead (to match the right padding that is now8px
from switching to compressed styling instead of the previous16px
).Here's what that would look like:
cc @cqliu1 @rshen91
See #192094 (comment) for the discussion around this.
The text was updated successfully, but these errors were encountered: