Created by: kvlsrg
This PR fixes navbar brand width. Problem is that after navbar collapsed, link become full width:
So, after adding align-self: flex-start; to .navbar-brand it will have its normal width:
Fixes #21621 (closed).
Created by: kvlsrg
This PR fixes navbar brand width. Problem is that after navbar collapsed, link become full width:
So, after adding align-self: flex-start; to .navbar-brand it will have its normal width:
Fixes #21621 (closed).