Fix overflow issue in apps list
This commit is contained in:
parent
d57c774a30
commit
22815a064c
|
@ -355,7 +355,6 @@
|
|||
justify-content: flex-start;
|
||||
align-items: stretch;
|
||||
gap: var(--spacing-xl);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.empty-wrapper {
|
||||
|
|
Loading…
Reference in New Issue