Skip to content

Commit 9232317

Browse files
author
mrmrs
committed
Update
1 parent 104bf36 commit 9232317

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

components/forms/password/index.html

+18-6
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
<div class="measure-narrow">
2929
<label for="" class="f6 b db mb2">Password</label>
3030
<input class="input-reset ba b--black-20 pa2 mb2 db w-100" type="password">
31-
<small class="f6 black-60 db mb2">Must be 9 characters long and contain a number and an uppercase character and the last names of three american presidents.</small>
31+
<small class="f6 lh-copy black-60 db mb2">
32+
Must be 9 characters long and contain both a number and an uppercase
33+
character.
34+
</small>
3235
</div>
3336
</form>
3437

@@ -43,7 +46,10 @@ <h2 class="f5">HTML</h2>
4346
&lt;div class=&quot;measure-narrow&quot;&gt;
4447
&lt;label for=&quot;&quot; class=&quot;f6 b db mb2&quot;&gt;Password&lt;/label&gt;
4548
&lt;input class=&quot;input-reset ba b--black-20 pa2 mb2 db w-100&quot; type=&quot;password&quot;&gt;
46-
&lt;small class=&quot;f6 black-60 db mb2&quot;&gt;Must be 9 characters long and contain a number and an uppercase character and the last names of three american presidents.&lt;/small&gt;
49+
&lt;small class=&quot;f6 lh-copy black-60 db mb2&quot;&gt;
50+
Must be 9 characters long and contain both a number and an uppercase
51+
character.
52+
&lt;/small&gt;
4753
&lt;/div&gt;
4854
&lt;/form&gt;
4955

@@ -78,6 +84,10 @@ <h2 class="f5">css</h2>
7884
padding: 0;
7985
}
8086

87+
.lh-copy {
88+
line-height: 1.5;
89+
}
90+
8191
.w-100 {
8292
width: 100%;
8393
}
@@ -118,16 +128,16 @@ <h2 class="f5">css</h2>
118128
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
119129
<dl class="dib mr4 mt0">
120130
<dt class="db f6">Gzipped Size</dt>
121-
<dd class="ml0 b f3 f2-ns">287<small class="f6">B</small>
131+
<dd class="ml0 b f3 f2-ns">304<small class="f6">B</small>
122132
</dd>
123133
</dl>
124134
<dl class="dib mr4 mt0">
125135
<dt class="db f6">Selectors</dt>
126-
<dd class="ml0 b f3 f2-ns">14</dd>
136+
<dd class="ml0 b f3 f2-ns">15</dd>
127137
</dl>
128138
<dl class="dib mt0">
129139
<dt class="db f6">Declarations</dt>
130-
<dd class="ml0 b f3 f2-ns">17</dd>
140+
<dd class="ml0 b f3 f2-ns">18</dd>
131141
</dl>
132142
</div>
133143
<div class="fl w-100">
@@ -144,6 +154,8 @@ <h2 class="f5 mt4">Modules referenced</h2>
144154

145155
<li class="fl w-100 w-50-m w-33-ns"><a class="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-forms">tachyons-forms</a></li>
146156

157+
<li class="fl w-100 w-50-m w-33-ns"><a class="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-line-height">tachyons-line-height</a></li>
158+
147159
<li class="fl w-100 w-50-m w-33-ns"><a class="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-widths">tachyons-widths</a></li>
148160

149161
<li class="fl w-100 w-50-m w-33-ns"><a class="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-skins">tachyons-skins</a></li>
@@ -162,7 +174,7 @@ <h2 class="f5 mt4">Modules referenced</h2>
162174

163175

164176
<h4 class="mt5">Install via npm <small class="fw2 f6 db mt1">Only installs the needed tachyons-modules for this component</small></h4>
165-
<code class="f6">npm i --save tachyons-borders tachyons-border-colors tachyons-display tachyons-font-weight tachyons-forms tachyons-widths tachyons-skins tachyons-spacing tachyons-type-scale tachyons-typography</code>
177+
<code class="f6">npm i --save tachyons-borders tachyons-border-colors tachyons-display tachyons-font-weight tachyons-forms tachyons-line-height tachyons-widths tachyons-skins tachyons-spacing tachyons-type-scale tachyons-typography</code>
166178
<section class="bt b--black-10 mt5 pv4">
167179
<h1 class="f6 b ttu">Other Components</h1>
168180

0 commit comments

Comments
 (0)