FlowingCode/AppLayoutAddon

AppHeader and AppLayout height must match

javier-godoy opened this issue · 0 comments

AppLayout provides a public method setHeight, which configures the height of the div containing app-header. This value must be consistent with the height of the app-toolbar inside of app-header.

Example:

AppLayout app = ...;
app.setHeigth("32px");

Current behavior:

image

which is rendered as

image

Expected behavior:
image

which is rendered as
image