d7349617 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9942ff79
......@@ -15482,6 +15482,10 @@ td.hidden {
height: 70px !important;
}
.um-member-name {
text-transform: capitalize;
}
.um-member-meta {
display: grid !important;
}
......
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;
width: 70px !important;
height: 70px !important;
}
.um-member-name{
text-transform: capitalize;
}
.um-member-meta{
display: grid !important;
@media only screen and (max-width:800px) {
......