fix search trigger label alignment (#1315)

This commit is contained in:
Lindsay M
2025-08-19 16:18:49 -04:00
committed by GitHub
parent 293b86705a
commit 08babbce6d

View File

@@ -408,6 +408,7 @@ wa-button#search-trigger {
box-shadow: none;
}
&::part(label) {
text-align: start;
width: 100%;
}
}