We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5144ab commit e5b6604Copy full SHA for e5b6604
docs/source/docs/visibility.blade.md
@@ -39,7 +39,7 @@ title: "Visibility"
39
</tr>
40
<tr>
41
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark">.invisible</td>
42
- <td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark">visibility: invisible;</td>
+ <td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark">visibility: hidden;</td>
43
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Hide an element without affecting the layout of the document.</td>
44
45
</tbody>
0 commit comments