From e2a3f8d7d0f7a4d39bc23179ff8444de9c532e38 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 24 Mar 2021 14:53:13 -0400 Subject: [PATCH] fix: bottom-sheet selectors being overly broad --- less/modules/bottom-sheet.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/modules/bottom-sheet.less b/less/modules/bottom-sheet.less index c99bdb3..56911a0 100644 --- a/less/modules/bottom-sheet.less +++ b/less/modules/bottom-sheet.less @@ -24,8 +24,8 @@ border-bottom-left-radius: 0; border-bottom-right-radius: 0; - li { - a { + > li { + > a { padding: 10px 20px; overflow: hidden; text-overflow: ellipsis;