fixed min-w-0

This commit is contained in:
Daniel Hartmann 2017-11-01 23:01:19 +01:00 committed by GitHub
parent b6be47a11a
commit 9b8a05732e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ title: "Min-Width"
<tr>
<td class="p-2 border-t border-smoke font-mono text-xs text-purple-dark">.min-w-0</td>
<td class="p-2 border-t border-smoke font-mono text-xs text-blue-dark">min-width: 0;</td>
<td class="p-2 border-t border-smoke text-sm text-grey-darker">Set the element's minimum width to <code>0.25rem</code>.</td>
<td class="p-2 border-t border-smoke text-sm text-grey-darker">Set the element's minimum width to <code>0</code>.</td>
</tr>
<tr>
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark">.min-w-full</td>