Merge pull request #2206 from bjarnef/dev-v7-U4-10445

U4-10445 - Fix IE issues with user boxes
This commit is contained in:
negyven6
2017-09-28 10:22:21 +02:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
color: @black;
font-weight: bold;
font-size: 16px;

View File

@@ -11,6 +11,8 @@
flex: 0 0 100%;
max-width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.umb-user-card:hover,