Top Bar Height
How can I increase the height of the top bar to increase the distance between the breadcrumb trail and the slogan?
Comments
-
To change the height, you will need to navigate to it's corresponding .less file, PortalHeader.less, in the Decisions directory and edit it. This can be found here: C:\Program Files\Decisions\Decisions Server\wwwroot\styles\lessdefault\dp-cmp\domains\portal\Header\PortalHeader
You will want to increase the
.dp-portal-headerheight more than its default value of 48px. I also addedalign-items: flex-start;to move DECISIONS to the top.

