File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ title: "Min-Width"
36
36
<tr>
37
37
<td class="p-2 border-t border-smoke font-mono text-xs text-purple-dark">.min-w-0</td>
38
38
<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>
40
40
</tr>
41
41
<tr>
42
42
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark">.min-w-full</td>
43
43
<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>
45
45
</tr>
46
46
</tbody>
47
47
</table>
You can’t perform that action at this time.
0 commit comments