Skip to content

Commit c1a786e

Browse files
authored
Merge pull request #38 from danielstgt/patch-2
Min-width typo
2 parents 9b97518 + 9b8a057 commit c1a786e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/docs/min-width.blade.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ title: "Min-Width"
3636
<tr>
3737
<td class="p-2 border-t border-smoke font-mono text-xs text-purple-dark">.min-w-0</td>
3838
<td class="p-2 border-t border-smoke font-mono text-xs text-blue-dark">min-width: 0;</td>
39-
<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>
39+
<td class="p-2 border-t border-smoke text-sm text-grey-darker">Set the element's minimum width to <code>0</code>.</td>
4040
</tr>
4141
<tr>
4242
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark">.min-w-full</td>
4343
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark">min-width: 100%;</td>
44-
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Set the element's minimum width to <code>0.5rem</code>.</td>
44+
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Set the element's minimum width to <code>100%</code>.</td>
4545
</tr>
4646
</tbody>
4747
</table>

0 commit comments

Comments
 (0)