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.Dismiss alert
Observe the right padding (placement) of the last icon
What is the expected behavior?
It should have a padding-right: 16px;
What is the actual behavior?
It has a padding-right: 8px; (like normal icons)
Any other information you believe would be useful?
This is caused by mdc-toolbar__icon:last-child. The toolbar icon isn't the last child because there is a simple menu after it. A simple fix would be to use last-of-type instead of last-child.
Would you like a PR to fix this?
The text was updated successfully, but these errors were encountered:
Bugs
What MDC-Web Version are you using?
What browser(s) is this bug affecting?
What OS are you using?
What are the steps to reproduce the bug?
What is the expected behavior?
What is the actual behavior?
Any other information you believe would be useful?
The text was updated successfully, but these errors were encountered: