Merge remote-tracking branch 'upstream/main' into list-style-fixes
This commit is contained in:
commit
251c8bbd08
154 changed files with 5440 additions and 3784 deletions
|
@ -101,10 +101,11 @@ body {
|
|||
.transition-y.is-hidden {
|
||||
display: block !important;
|
||||
visibility: hidden !important;
|
||||
height: 0;
|
||||
width: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 0 !important;
|
||||
width: 0 !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.transition-x,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue