Fix setting height for dashboard-header-styles

Use min-height rather then setting an explicit height.

It broke displaying user-header on mobile.

Bug: Issue 10780
Change-Id: Icc4a52adcdb282ebd2816e94b7df2f7855213f74
This commit is contained in:
Paladox none
2019-04-25 21:52:49 +00:00
parent f25692c1b5
commit ebe5c18f41

View File

@@ -21,7 +21,7 @@ limitations under the License.
:host {
background-color: var(--view-background-color);
display: block;
height: 9em;
min-height: 9em;
width: 100%;
}
gr-avatar {