In qa-styles.css
file add below code at the end
@media only screen and (min-width: 47.9375em) and (max-width: 60em) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.qa-sidepanel{
width: 225px !important;
}
}
This should fix the issue. Let me know the updates.