We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7903740 commit a674379Copy full SHA for a674379
1 file changed
packages/devtools/src/runtime/plugins/view/Main.vue
@@ -387,6 +387,11 @@ onMounted(() => {
387
transform: translate(-50%, -50%) rotate(0);
388
font-family: Arial, Helvetica, sans-serif;
389
font-size: 15px !important;
390
+ box-sizing: border-box;
391
+}
392
+
393
+#nuxt-devtools-anchor * {
394
395
}
396
397
#nuxt-devtools-anchor button {
0 commit comments