Switch padding to margin in header
Bug: Issue 9058 Change-Id: I651c570b40459111776e3b5deb8544d989318ded
This commit is contained in:
@@ -53,7 +53,7 @@ limitations under the License.
|
||||
content: "";
|
||||
display: inline-block;
|
||||
height: var(--header-icon-size);
|
||||
padding-right: calc(var(--header-icon-size) / 4);
|
||||
margin-right: calc(var(--header-icon-size) / 4);
|
||||
vertical-align: text-bottom;
|
||||
width: var(--header-icon-size);
|
||||
}
|
||||
|
Reference in New Issue
Block a user