Fix a wrong property description of .items-baseline

This commit is contained in:
Kfir Ben-Ami 2017-11-10 11:08:51 +02:00
parent d5281f9dc0
commit fddcf8c9b9

View File

@ -46,7 +46,7 @@ features:
</tr>
<tr>
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark">.items-baseline</td>
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark">align-items: space-between;</td>
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark">align-items: baseline;</td>
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Align the baselines of each item.</td>
</tr>
</tbody>