Merge pull request #6286 from vector-im/luke/fix-tag-panel-empty

Make sure mx_TagPanel_tagTileContainer occupies full height
pull/6289/head
Luke Barnard 2018-03-07 14:23:22 +00:00 committed by GitHub
commit c051492286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ limitations under the License.
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
height: 100%;
} }
.mx_TagPanel .mx_TagTile { .mx_TagPanel .mx_TagTile {