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

Make sure mx_TagPanel_tagTileContainer occupies full height
This commit is contained in:
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

View File

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