0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

Typo: show on xxl, if only xl should be hidden. (#32287)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Thomas Güttler 2020-12-10 10:22:40 +01:00 committed by GitHub
parent c75a56d550
commit 6f0545b61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ To show an element only on a given interval of screen sizes you can combine one
</tr> </tr>
<tr> <tr>
<td>Hidden only on xl</td> <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>
<tr> <tr>
<td>Hidden only on xxl</td> <td>Hidden only on xxl</td>