There are two issues related to this topic:
The pack icon is blurred when it has a low resolution:
In the context of Minecraft addons it is common to have pack icons with low resolutions (like the default icon that is exported by the official Blockbench Entity Wizard). Because the new OreUI system is web-based, images default to being blurred. A possible solution might be to add the CSS property image-rendering: pixelated
to the image element.
The description and name of the pack is unformatted:
The addon system allows packs to format there name and description with [formatting codes|https://minecraft.wiki/w/Formatting_codes#Color_codes] and the \n
control character to inject new lines. In OreUI screens these formatting options get ignored and new lines get replaced with a space. A possible solution might be to add the CSS propertyΒ white-space: preserve-breaks
to the text elements.
Linked issues
duplicates 1
Attachments
Comments 3

Thank you for your report!
We're tracking this issue in MCPE-152246 and MCPE-153546, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
π Bug Tracker Guidelines β π¬ Community Support β π§ Mojang Support (Technical Issues) β π§ Microsoft Support (Account Issues)
π Project Summary β βοΈ Feedback and Suggestions β π Game Wiki
-- I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.