Merge pull request #33692 from iamejaaz/scrollable-list-view-fixes

fix(minor): remove shadow in mobile
This commit is contained in:
Ejaaz Khan 2025-08-19 11:02:12 +05:30 committed by GitHub
commit 020d4f1dea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -590,6 +590,7 @@ input.list-header-checkbox {
.level-right {
flex: 0 0 auto;
width: auto;
box-shadow: none;
.level-item.visible-xs {
margin-top: 5px;
}