إذا كانت الفئات والوسوم طويلة جدًا، يتم قص الوسم الأخير دون استخدام نقاط الحذف، وإذا كانت هناك وسوم إضافية، فيجب أن تظهر في سطر جديد في شريط التنقل، ولكنها بدلاً من ذلك تُقصّ أكثر.
في هذا المثال، تظهر فاصلة في السطر الجديد.
يحدث هذا أيضًا في مواضيع مثل Creating and configuring custom user fields و Content Localization - Manual and Automatic with Discourse AI .
3 إعجابات
شكرًا لتقاريرك! هذا يجب أن يحل المشكلة
main ← ux-prevent-header-tag-wrap
opened 09:23PM - 20 Apr 26 UTC
This fixes an issue on narrow screens where sometimes the comma would wrap and p… ush tags onto a separate line... we never wrap tags in the header so best to just prevent this. Also fixed an issue with the ellipsis color not matching tags.
Before:
<img width="300" alt="image" src="https://github.com/user-attachments/assets/9e40f9e2-8874-4f21-a890-883ffdc32f15" />
<img width="300" alt="image" src="https://github.com/user-attachments/assets/7246ae7a-c9b1-40f5-9c4c-d11dd76b9296" />
After:
<img width="300" alt="image" src="https://github.com/user-attachments/assets/56be6ed9-ad61-4ff5-9fb3-33ff86664774" />
<img width="300" alt="image" src="https://github.com/user-attachments/assets/ed5a59b1-14ec-4497-8151-5c9e14f5747f" />
إعجابَين (2)
system
(system)
تم إغلاقه في
23 أبريل 2026، 9:25م
3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.