Frun1na opened a new issue, #5082: URL: https://github.com/apache/rocketmq-dashboard/issues/5082
### Before creating - [x] I have searched the existing issues and found no duplicate. - [x] I have checked the latest `rocketmq-studio` branch where this problem still exists. ### Bug report **Which page or component** Main layout (`web/src/layouts/MainLayout.tsx`). **What happened** The project enforces a 14 px minimum font size in review (the standard under which #4940 fixes a 13 px occurrence in `Composer.tsx`). The main layout itself still carries two 13 px occurrences at tip `a562601d`: - `MainLayout.tsx:609` — the user-avatar fallback letter (`fontSize: 13` inside a 28 px avatar); - `MainLayout.tsx:757` — the data-mode/user entry text (`fontSize: 13` on a real text row). With the composer occurrence fixed by #4940, the layout would remain the only place below the minimum, so the rule and the actual UI stay inconsistent. **Expected behaviour** Raise the text occurrence(s) to 14 px. Whether the single-letter avatar badge qualifies for a documented exception can be decided together; if so, an inline comment naming the exception would prevent future re-introduction. I can provide the fix, but `MainLayout.tsx` currently has open PRs against it (#4635, #5025), so I am filing this first to avoid stacking another branch on the same file. **Environment** - RocketMQ Studio: upstream `rocketmq-studio` tip `a562601d` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
