Laravel-Backpack / theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.
MIT License
26 stars 14 forks source link

[v6][Bug] no space between some button icons and text #76

Closed tabacitu closed 1 year ago

tabacitu commented 1 year ago

In DevTools when using Tabler theme, when looking at the ListOperation in Models, some buttons don’t have any space between the button icon and the button text. Perhaps we should implement a margin for icons in buttons, across all buttons. See the Build All CRUDs top button and the See Files line button.

promatik commented 1 year ago

Added https://github.com/Laravel-Backpack/DevTools/pull/345 to fix this.

Some icons were wrapped in a span, others don't. Now everything is the same way, so same behaviour everywhere 👌