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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user