mirror of
https://github.com/primer/css.git
synced 2024-12-03 03:33:40 +03:00
Increase example height
This commit is contained in:
parent
f508fe97ba
commit
0992e6d90e
@ -342,7 +342,7 @@ When fetching large lists, consider showing a `.SelectMenu-loading` animation.
|
||||
</details>
|
||||
|
||||
<div class="d-sm-none" style="height: 600px"> <!-- min height for < sm --> </div>
|
||||
<div class="d-none d-sm-block" style="height: 200px"> <!-- min height for > sm --> </div>
|
||||
<div class="d-none d-sm-block" style="height: 220px"> <!-- min height for > sm --> </div>
|
||||
```
|
||||
|
||||
## Blankslate
|
||||
|
Loading…
Reference in New Issue
Block a user