Laravel-Backpack / theme-tabler

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

fix horizontal overlap layout #60

Closed tabacitu closed 1 year ago

tabacitu commented 1 year ago

Fixes the issues mentioned in https://github.com/Laravel-Backpack/theme-tabler/issues/59

After this PR, most pages look pretty good with this layout: CleanShot 2023-06-13 at 08 07 01

Some addons still need adjusting, though. In the process I've noticed not all pages use the same classes for the Heading. So it's impossible to style all of them using one CSS rule. We should probably use the same syntax for the Heading, across all packages and operation. That way it'll be easy to target, both for our themes and custom themes. So TODOs:

tabacitu commented 1 year ago

I've tested this all across the board and it works (and looks!) great. Merging it without a double-check, since I'm sure it's good.