18: Styling fixes
In this lesson, you will work through Styling fixes as part of How to build a CMS with Filament 3 and Laravel 11 (package-development focused).
Caption excerpt: In this video, we're going to be fixing this spacing issue here. The reason for that happening is because we're using it as HTML. I think we should use it as text when we are allowing blocks inside the content in here that may mess it up. That's the first problem we experience here. With that sorted, let's go in now to our admin panel. The next thing I want to go ahead and fix is that inside our articles page, we do not have the category showing or even categories. Let's go into our article results. I want to be ab...