.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 {<br /> display: flex;<br /> flex-direction: row;<br /> flex-wrap: wrap;<br /> margin: 0 -8px; <br />}.profile-management-row {<br /> display: flex;<br /> flex-direction: row;<br /> flex-wrap: wrap;<br /> margin: 0 -8px; <br /> background-color: orange; <br />}