Browse Source

more linting fixes

Front 3 years ago
parent
commit
f9d2c39700
1 changed files with 7 additions and 7 deletions
  1. 7 7
      Website/pages/debug.vue

+ 7 - 7
Website/pages/debug.vue

@@ -122,13 +122,6 @@
   </div>
 </template>
 
-<style scoped>
-.reportHeader {
-  display: flex;
-  margin-top: 1em;
-}
-</style>
-
 <script>
 export default {
   data() {
@@ -250,3 +243,10 @@ export default {
   },
 };
 </script>
+
+<style scoped>
+.reportHeader {
+  display: flex;
+  margin-top: 1em;
+}
+</style>