Ghost
Ghost copied to clipboard
fix: Fixed strechted UI in admin pannel when long newsletter description is added
🐛 Fixed stretched UI in admin pannel due to long newsletter description
closes #18669
Please include a description of your change & check your PR against this list, thanks!
-
There was an issue with the tailwind class used for showing description. On using the correct class for spans of table this issue gets fixed.
-
The build will pass
yarn test:allandyarn lint( Tested on local for these tests )
Screenshot with the fix:
🤖 Generated by Copilot at 9506beb
Improved text wrapping and layout of newsletters list component in admin settings. Removed unnecessary whitespace-nowrap classes from NewslettersList.tsx.