Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Fix setting height for dashboard-header-styles

Change-Id: Iee03879440dbb41855c82857e15901675631841f
This commit is contained in:
Paladox
2019-04-29 22:23:22 +01:00

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 {