diff --git a/src/App.css b/src/App.css
index bffe0142..e518a81d 100644
--- a/src/App.css
+++ b/src/App.css
@@ -325,4 +325,16 @@ a, .link {
height: 100%;
z-index: 9999;
background: var(--color-background);
-}
\ No newline at end of file
+}
+
+
+.description-text {
+ white-space: pre-wrap; /* Allows text to wrap and preserves whitespace */
+ word-wrap: break-word; /* Breaks long words if necessary to fit within the container */
+ overflow-wrap: break-word; /* Similar to word-wrap, ensures the text breaks to prevent overflow */
+ max-width: 100%; /* Ensures the text does not exceed the width of its container */
+ margin-bottom: 1em; /* Adjust as needed for your design */
+ line-height: 1.5; /* Adjust as needed for your design */
+}
+
+
\ No newline at end of file
diff --git a/src/components/Dashboard.js b/src/components/Dashboard.js
index ddded792..3ca70651 100644
--- a/src/components/Dashboard.js
+++ b/src/components/Dashboard.js
@@ -159,7 +159,7 @@ return (