diff options
| author | Thomas Güttler <[email protected]> | 2020-12-10 10:22:40 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-10 11:22:40 +0200 |
| commit | 6f0545b61b38f4ba1f64f9ebd0e38cabe6594cbe (patch) | |
| tree | d98b405cded9f80868c9f39073c61bce21d7746b | |
| parent | c75a56d5502444d872e91029f3201894b994c66e (diff) | |
| download | bootstrap-6f0545b61b38f4ba1f64f9ebd0e38cabe6594cbe.tar.xz bootstrap-6f0545b61b38f4ba1f64f9ebd0e38cabe6594cbe.zip | |
Typo: show on xxl, if only xl should be hidden. (#32287)
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | site/content/docs/5.0/utilities/display.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/utilities/display.md b/site/content/docs/5.0/utilities/display.md index 2d033ba85..bcf001d40 100644 --- a/site/content/docs/5.0/utilities/display.md +++ b/site/content/docs/5.0/utilities/display.md @@ -86,7 +86,7 @@ To show an element only on a given interval of screen sizes you can combine one </tr> <tr> <td>Hidden only on xl</td> - <td><code>.d-xl-none</code></td> + <td><code>.d-xl-none .d-xxl-block</code></td> </tr> <tr> <td>Hidden only on xxl</td> |
