0
mert.kir created
- ABP Framework version: v8.3.3
- UI Type: Angular
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Steps to reproduce the issue:
- A project is created using the Lepton Theme with the code below.
- Login with a tenant
- Go to Administration -> Settings -> Lepton Theme, and change Menu placement to "Top."
- When clicking on the profile photo at the top right, the username moves to the next line.
Expected Result: The tenant and username should appear side by side as it does when Menu placement is set to "Left."
abp new MyApp -u angular -t app-pro --theme lepton -m none --separate-auth-server --database-provider ef -csf
Note: The username moves to the next line because the display: block
style is applied to the body.lp-topmenu header .toolbar-nav .dropdown-menu strong
class.
1 Answer(s)
-
0
Hello
I'll check this , Please Question gathered to here https://abp.io/support/questions/8214
Thank you.