diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 8d33b3ec..3bed98e8 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -72,6 +72,9 @@ LOADING CHECKING to short circuit rule checks when form is first loading
Vuetify Inputs have a loading property, can that be used to super short circuit rule checking?
+CSS??
+=-=-
+I need to have my own .css file that is used by the app, right now there is no styling at all anywhere but the stock one
diff --git a/ayanova/src/assets/css/main.css b/ayanova/src/assets/css/main.css
new file mode 100644
index 00000000..02d86956
--- /dev/null
+++ b/ayanova/src/assets/css/main.css
@@ -0,0 +1,3 @@
+.multi-line {
+ white-space: pre-line;
+ }
\ No newline at end of file
diff --git a/ayanova/src/main.js b/ayanova/src/main.js
index 0083a310..3df53306 100644
--- a/ayanova/src/main.js
+++ b/ayanova/src/main.js
@@ -11,12 +11,12 @@ import errorHandler from "./api/errorhandler";
import NProgress from "nprogress";
import "nprogress/nprogress.css";
import gzdateandtimepicker from "./components/gzdateandtimepicker.vue";
-
import dayjs from "dayjs";
import lodash from "./libs/lodash.min.js";
import locale from "./api/locale";
import gzapi from "./api/apiutil";
import gzvalidate from "./api/gzvalidate";
+import "@/assets/css/main.css";
/////////////////////////////////////////////////////////////////
// LIBS AND GLOBAL ITEMS
diff --git a/ayanova/src/views/inventory-widget-edit.vue b/ayanova/src/views/inventory-widget-edit.vue
index d81a8630..58853a0a 100644
--- a/ayanova/src/views/inventory-widget-edit.vue
+++ b/ayanova/src/views/inventory-widget-edit.vue
@@ -3,17 +3,18 @@
-
+ -->