feat: improve styling of html product descriptions #1972
+4
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What/Why?
Updates the product description styles to space out elements and support the same header styling as the web page route.
This helps the content blend into the aesthetic better. The content is smashed together now, which is strange to have as a default!
Note: I could totally see this being inside
vibe
components themselves. If that makes more sense, I'll close this PR and make the changes there.Testing
Before:
![Screenshot 2025-02-11 at 11 03 04 AM](https://private-user-images.githubusercontent.com/2677921/412088666-a48b053c-667d-41bf-acab-28dda2ef6841.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTgxNzEsIm5iZiI6MTczOTMxNzg3MSwicGF0aCI6Ii8yNjc3OTIxLzQxMjA4ODY2Ni1hNDhiMDUzYy02NjdkLTQxYmYtYWNhYi0yOGRkYTJlZjY4NDEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMjM1MTExWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NWE5OTljZWJlNzBlYjA5MzUzZDNjNTFlZmE2YTMwMzI4YWMwNjY5NjIxOGNmNWFkMTk4Yjk4MzYzNTFiMDI3MiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.2f0zrBT6uX2IzgSkoYOwscSDupqLD7Kgdi_fFCFDH_M)
After:
![Screenshot 2025-02-11 at 11 03 34 AM](https://private-user-images.githubusercontent.com/2677921/412088709-7ba86375-717a-4a95-a1a4-6010cab85f9e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTgxNzEsIm5iZiI6MTczOTMxNzg3MSwicGF0aCI6Ii8yNjc3OTIxLzQxMjA4ODcwOS03YmE4NjM3NS03MTdhLTRhOTUtYTFhNC02MDEwY2FiODVmOWUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMjM1MTExWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MmQyYWE2YTBmZWRkY2JkOThkZjgwNzk0M2NmNDJkYjMwMTM5NDk0ZDg3YmVjYjI0ZDk4ZWEyYWZhNjBmOGYzZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.ITf9SrRL7CvKnWgvXH7dEe1lPnOdn99V91FgMqsi4Q0)