feat: implement business detail client view with interactive features including rating, favoriting, messaging, and analytics tracking
This commit is contained in:
@@ -27,9 +27,10 @@ body {
|
||||
|
||||
.prose {
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
hyphens: none;
|
||||
word-break: normal;
|
||||
overflow-wrap: break-word;
|
||||
overflow-wrap: normal;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.prose p {
|
||||
|
||||
Reference in New Issue
Block a user