diff --git a/Frontend/src/components/xml/XmlInputFieldComponent.vue b/Frontend/src/components/xml/XmlInputFieldComponent.vue
index f4fd53a..c83470e 100644
--- a/Frontend/src/components/xml/XmlInputFieldComponent.vue
+++ b/Frontend/src/components/xml/XmlInputFieldComponent.vue
@@ -44,6 +44,6 @@ function canBeFormatted() {
-
+
\ No newline at end of file
diff --git a/Frontend/src/style.css b/Frontend/src/style.css
index f342b81..9f2f873 100644
--- a/Frontend/src/style.css
+++ b/Frontend/src/style.css
@@ -7,5 +7,5 @@
}
.text-field {
- @apply w-full dark:text-slate-100 dark:bg-gray-600 border border-slate-400 p-2 rounded-lg
+ @apply w-full font-mono dark:text-slate-100 dark:bg-gray-600 border border-slate-400 p-2 rounded-lg
}
\ No newline at end of file
diff --git a/Frontend/src/views/JsonFormatterView.vue b/Frontend/src/views/JsonFormatterView.vue
index 5c4f345..a389db3 100644
--- a/Frontend/src/views/JsonFormatterView.vue
+++ b/Frontend/src/views/JsonFormatterView.vue
@@ -31,6 +31,6 @@ function clear() {
format(data)">
-
+
\ No newline at end of file
diff --git a/Frontend/src/views/XmlFormatterView.vue b/Frontend/src/views/XmlFormatterView.vue
index 853c0e2..583c334 100644
--- a/Frontend/src/views/XmlFormatterView.vue
+++ b/Frontend/src/views/XmlFormatterView.vue
@@ -31,6 +31,6 @@ function clear() {
format(data)">
-
+
\ No newline at end of file