In um-account.css I have inserted the line width:inherit; and it fixed it for account page in desktop view but the problem exist for mobile view.
.um-account-meta img {
margin: 0 !important;
position: static !important;
float: none !important;
display: inline-block;
width: inherit;
}