Fix styling issue on gr-fixed-panel
Bug: Issue 11728 Bug: Issue 11729 Change-Id: I08e1af2b06fc078cc98f74cf4c3e22c418f8a79a
This commit is contained in:
@@ -113,7 +113,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
.subHeader {
|
.subHeader {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin: 0 var(--default-horizontal-margin) .75em;
|
padding: 0 var(--default-horizontal-margin) .75em;
|
||||||
}
|
}
|
||||||
.subHeader > div {
|
.subHeader > div {
|
||||||
margin-top: .25em;
|
margin-top: .25em;
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ limitations under the License.
|
|||||||
<template>
|
<template>
|
||||||
<style include="shared-styles">
|
<style include="shared-styles">
|
||||||
:host {
|
:host {
|
||||||
|
box-sizing: border-box;
|
||||||
display: block;
|
display: block;
|
||||||
min-height: var(--header-height);
|
min-height: var(--header-height);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user