Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 0f5d62a

Browse files
committed
adjust for changes in core-layout
1 parent 700937c commit 0f5d62a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-item.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
<link rel="stylesheet" href="core-item.css">
3636
<link rel="stylesheet" href="../core-layout/core-layout.css">
3737

38-
<div class="item-container" core-flow core-align="center">
38+
<div class="item-container core-h core-align-center">
3939

4040
<template if="{{icon || src}}">
4141
<core-icon src="{{src}}" icon="{{icon}}"></core-icon>
4242
</template>
4343

44-
<span id="label" core-flex core-flow core-align="center">{{label}}<content></content></span>
44+
<span id="label" core-flex class="core-h core-align-center">{{label}}<content></content></span>
4545

4646
<template if="{{href}}">
4747
<a id="link" href="{{href}}"></a>

0 commit comments

Comments
 (0)