diff --git a/src/components/math/Sqrt.vue b/src/components/math/Sqrt.vue
index f3b62f5..dc8292e 100644
--- a/src/components/math/Sqrt.vue
+++ b/src/components/math/Sqrt.vue
@@ -1,5 +1,6 @@
 <template>
-    <span style="white-space: nowrap;">
-        <span style="font-size: larger; font-family: initial">&radic;</span><span style="text-decoration: overline">&nbsp;<slot />&nbsp;</span>
+    <span style="white-space: nowrap">
+        <span style="font-size: larger; font-family: initial">&radic;</span
+        ><span style="text-decoration: overline"><slot /></span>
     </span>
 </template>