Skip to content

Commit 3cc979d

Browse files
committed
Merge pull request Polymer#567 from lucasloisp/patch-1
Add 'flex' attribute to element in the 'layout attributes' page
2 parents 5bf4edb + b6399b4 commit 3cc979d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/polymer/layout-attrs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ For example, to make "Gamma" 2x larger than "Beta" and "Alpha" 3x larger, use `f
9595

9696
<div horizontal layout>
9797
<div flex three>Alpha</div>
98-
<div>Beta</div>
98+
<div flex>Beta</div>
9999
<div flex two>Gamma</div>
100100
</div>
101101

102102
<div horizontal layout class="demo">
103103
<div flex three>Alpha</div>
104-
<div>Beta</div>
104+
<div flex>Beta</div>
105105
<div flex two>Gamma</div>
106106
</div>
107107

@@ -297,4 +297,4 @@ Attribute | Result
297297
<div class="demo">Hidden: <span hidden>Not displayed</span></div>
298298
<div relative style="height: 100px;" class="demo">
299299
<div fit style="background-color: #000;color: white">Fit</div>
300-
</div>
300+
</div>

0 commit comments

Comments
 (0)