Correct the class name that hides the widget in the eg

Also add some code markup to the class name, as this seems common elsewhere
in the docs.
This commit is contained in:
Dave Pearson
2022-10-16 08:12:42 +01:00
parent c32dbda297
commit 682f9a8936

View File

@@ -17,7 +17,7 @@ display: [none|block];
## Example
Note that the second widget is hidden by adding the "hidden" class which sets the display style to None.
Note that the second widget is hidden by adding the `"remove"` class which sets the display style to None.
=== "display.py"