Open Closed

Angular UI, the layout header, change router into one line from two lines. 15.6 inch screen #3348


User avatar
0
abpVAndy created
  • ABP Framework version: v5.3.X

  • UI type: Angular

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): no

  • Exception message and stack trace:

  • Steps to reproduce the issue:"

My laptop screen is 15.6 inch.
when I open the angular ui, it show two lines for the router, like below image. Even I only have one router "home", it still shows two lines.
Is it possible to change it into one line.

It could be possible to make it by "Component-Replacement "ApplicationLayoutComponent"". But it was not better way.

Could you please give me any ideas or comments.

thx

image.png

image.png


1 Answer(s)
  • User Avatar
    0
    muhammedaltug created

    Hello,

    You can do it with CSS

    .lp-sidebar-wrapper {
        margin: -51px auto 0;
    }
    
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 13, 2025, 04:08