• Issue
  • Improve the location of the "Draft" icon (RTL)

My forum URL is https://foro.arsoporte.com/

Hello
How are you today?
Hope you are all well

It seems that the (Drafts icon) button is not appearing on the same horizontal line as the (Pending Posts) icon, (Notifications) icon, and the profile icon. It appears a little lower than expected:

Best regards :-)

medelinor I have applied the following CSS fix:

@media (min-width: 768px) {
  .Header-controls, .Header-controls > li {
    display: inline-flex !important;
  }
}

Please, let me know if that fixed the issue

    SKevo The issue has been successfully fixed. Thank you very much.