We're using Dynamics 365 on-premises 8.2.25. With the latest Chrome and Edge updates, the formatting of the command button bar and associated grid button bar's have all become over-sized and skewed.
vs before the browser updates:
A noticeable decline in number of visible buttons, and slightly cut-off on the bottom.
Specifically, it looks like this rule is being inherited on the individual buttons (and to multiple levels of HTML) and wasn't before:
ul.ms-crm-CommandBar-Menu :not(ul.ms-crm-AssociatedGridCommandBar-Menu)
{
margin-top: 6px;
margin-left: 10px;
}
As far as I can tell, the browsers are fixing a bug as "space" :not should be a style for child elements and not the UL itself.
I suppose I'll have to open a case with Microsoft partner support. Wanted to start a thread if anyone finds a solution for making Dynamics look good again? I suppose we could edit /_common/styles/global.css.aspx.
MS has released a new update\patch for the issue "Command bar buttons are stretched when using Chrome browser"
Dynamics 365 v8:
Dynamics 365 v9:
got same issue on new Microsoft Edge (based on Chromium)
Thank you for your post John. You are correct that the latest update of Chrome did include some additional CSS that is rendering on the menu bar. My suggestion would be to open a support case so you will be notified once the mitigation is available.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,902 Super User 2024 Season 2
Martin Dráb 229,316 Most Valuable Professional
nmaenpaa 101,156