d7349617 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9942ff79
...@@ -15482,6 +15482,10 @@ td.hidden { ...@@ -15482,6 +15482,10 @@ td.hidden {
15482 height: 70px !important; 15482 height: 70px !important;
15483 } 15483 }
15484 15484
15485 .um-member-name {
15486 text-transform: capitalize;
15487 }
15488
15485 .um-member-meta { 15489 .um-member-meta {
15486 display: grid !important; 15490 display: grid !important;
15487 } 15491 }
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -140,6 +140,9 @@ flex-wrap: wrap !important; ...@@ -140,6 +140,9 @@ flex-wrap: wrap !important;
140 width: 70px !important; 140 width: 70px !important;
141 height: 70px !important; 141 height: 70px !important;
142 } 142 }
143 .um-member-name{
144 text-transform: capitalize;
145 }
143 .um-member-meta{ 146 .um-member-meta{
144 display: grid !important; 147 display: grid !important;
145 @media only screen and (max-width:800px) { 148 @media only screen and (max-width:800px) {
......