Przeglądaj źródła

fix: Opening home then team removes card bottom border-radius

Owen Diffey 3 lat temu
rodzic
commit
f09ef4f2e7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      frontend/src/pages/Home.vue

+ 1 - 1
frontend/src/pages/Home.vue

@@ -776,7 +776,7 @@ export default {
 };
 </script>
 
-<style lang="scss">
+<style lang="scss" scoped>
 * {
 	box-sizing: border-box;
 }