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.
2 parents 4a806dc + e5b6604 commit 552c60bCopy full SHA for 552c60b
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