Skip to content

Commit 8cdc97c

Browse files
authored
Change 2/5 width to 40%
Incorrectly numbered as 49% previously for w-2/5. Altered to correct 40%. CSS checked in implementation and does return 40%
1 parent aa4419f commit 8cdc97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/docs/width.blade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ title: "Width"
140140
</tr>
141141
<tr>
142142
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark">.w-2/5</td>
143-
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark">width: 49%;</td>
144-
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Set the element's width to <code>49%</code>.</td>
143+
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark">width: 40%;</td>
144+
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Set the element's width to <code>40%</code>.</td>
145145
</tr>
146146
<tr>
147147
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark">.w-3/5</td>

0 commit comments

Comments
 (0)