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
If you have icon only and text action buttons in grid then they are not correctly vertical aligned.
Icon button moves in correct place if you add as label in HTML markup.
Another possible solution which I like even better is to wrap all grid/table action buttons in buttons container <div class="ui buttons">...</div>. This also works and action buttons looks even better (side by side with each other).
The text was updated successfully, but these errors were encountered:
If you have icon only and text action buttons in grid then they are not correctly vertical aligned.
Icon button moves in correct place if you add
as label in HTML markup.Another possible solution which I like even better is to wrap all grid/table action buttons in buttons container
<div class="ui buttons">...</div>
. This also works and action buttons looks even better (side by side with each other).The text was updated successfully, but these errors were encountered: