[CodeHealth] Use scoped CSS in views (#2262)

This commit is contained in:
Chenlei Hu
2025-01-15 19:35:01 -05:00
committed by GitHub
parent 37abdbe35d
commit f739f704af
4 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ const continueToInstall = () => {
}
</script>
<style>
<style scoped>
.sad-container {
@apply grid items-center justify-evenly;
grid-template-columns: 25rem 1fr;