No need right padding as spot-icon_dropdown takes 24px already.
The purpose of PR is remove extra right padding for toolbar button Create, Include projects, Baseline and Filter, so given more space for query name.
Before:
After:
That buttons look rather squeezed to me..
Actually it's same as previous design of wp-fold-toggle-button (before this PR), which icon-pulldown have no padding:
So this PR is just make sure there is no extra padding for other icon-pulldown:
Hi @Eric-Guo
I still think that instead of pushing the last bits out of the buttons we should rather let the whole toolbar wrap much earlier. With the amount of buttons that we have there now, we have to accept that the buttons have to move to a new line if there is not enough space. Maybe a min-width for the title would already do the trick.
i think both can be bone, that padding on the dropdown icons really is unnecessary, and we could use two logic for the toolbar wrap, one just for the view size, and the other if the text needs to be shortened to fit
i think both can be bone, that padding on the dropdown icons really is unnecessary, and we could use two logic for the toolbar wrap, one just for the view size, and the other if the text needs to be shortened to fit