diff --git a/assets/stylesheets/App.css b/assets/stylesheets/App.css index e9a535d..6380436 100644 --- a/assets/stylesheets/App.css +++ b/assets/stylesheets/App.css @@ -575,7 +575,7 @@ body { .markdown p { font-size: 14px; margin: 10px 0; - line-height: 1; + line-height: 1.6; } .markdown h1 { @@ -598,6 +598,10 @@ body { width: 100%; } +.property-changes .markdown { + width: unset; +} + .markdown ul, .markdown ol { padding-left: 20px; diff --git a/src/components/Dashboard/common/NoteItem.jsx b/src/components/Dashboard/common/NoteItem.jsx index 69f610b..a1aab74 100644 --- a/src/components/Dashboard/common/NoteItem.jsx +++ b/src/components/Dashboard/common/NoteItem.jsx @@ -170,7 +170,7 @@ const NoteItem = ({ {note.user.name}: -
+
diff --git a/src/components/Dashboard/common/PropertyChanges.jsx b/src/components/Dashboard/common/PropertyChanges.jsx index a786b76..eed74f8 100644 --- a/src/components/Dashboard/common/PropertyChanges.jsx +++ b/src/components/Dashboard/common/PropertyChanges.jsx @@ -53,7 +53,11 @@ const PropertyChanges = ({ type, value }) => { } return ( - + {value?.old ? (