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

View File

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