Open Closed

Tenants | Need space between Search and Filter buttons #9590


User avatar
0
dhill created

Tenants | Need space between Search and Filter buttons

We are using ABP 9.2.1

Looks like there is a css issue where there needs to be a space in between the search and the filter buttons.


6 Answer(s)
  • User Avatar
    0
    AI-Bot created
    Support Team ABP Agent

    To add space between the Search and Filter buttons in the Tenants page, you can use custom CSS. This is a common UI adjustment and can be achieved by adding a margin to the button elements. For example, you can add the following CSS to your global styles (e.g., global-styles.css):

    /* Add space between search and filter buttons */
    .tenant-search-form .btn + .btn {
        margin-left: 0.5rem;
    }
    

    If your buttons are not wrapped in a specific class, you can target them more generally or add a custom class to the button group for more precise control.

    After adding the CSS, the buttons will have the desired spacing between them.

    Sources:


    This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    what is your UI page?

    MVC or Angular or Blazor?

    Thanks.

  • User Avatar
    0
    dhill created

    Sorry forgot to mention. Blazor Web App.

    I'm trying the CSS suggested by the bot now.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Thanks , I will check and fix it.

  • User Avatar
    0
    dhill created

    I tried the suggested css but it looks like those classes aren't on blazor. I'm guessing it has to be set on the components or something.

    I'll wait for a fix.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I just created a new 9.2 Blazor webapp project. But the tenant page looks fine.

    Are there any errors in the Chrome console?

    Thanks.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 01, 2025, 08:37