Adjust CSS in MyGroups, justify-content:space-around

pull/5375/head
Luke Barnard 2017-10-19 18:08:52 +01:00
parent 62fd98245d
commit c6f75fbf37
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ limitations under the License.
display: flex;
flex-direction: row;
flex-flow: wrap;
justify-content: space-between;
justify-content: space-around;
}
.mx_MyGroups_joinedGroups .mx_GroupTile {