.profile-management-row class

img

Area where the profile management cards are overlaid.

The following illustrations show:

  1. The .profile-management-row style before applying CSS changes.

  2. The .profile-management-row style after the background-color property has been changed to orange.

Default CSSModified CSS
imgimg
.profile-management-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 -8px;
}
.profile-management-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 -8px;
background-color: orange;
}