Switch padding to margin in header

Bug: Issue 9058
Change-Id: I651c570b40459111776e3b5deb8544d989318ded
This commit is contained in:
Kasper Nilsson
2018-09-19 14:16:38 -07:00
parent 18ded36feb
commit 57abe1ac95

View File

@@ -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);
}