Merge pull request #4236 from matrix-org/t3chguy/fix_left_panel_custom_tags

Fix custom tags causing left panel to over-expand
This commit is contained in:
Michael Telatynski 2020-03-19 11:01:21 +00:00 committed by GitHub
commit 51471f4eb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,7 @@ limitations under the License.
.mx_LeftPanel_tagPanelContainer { .mx_LeftPanel_tagPanelContainer {
flex: 0 0 70px; flex: 0 0 70px;
height: 100%; height: 100%;
display: -webkit-box;
} }
.mx_LeftPanel_hideButton { .mx_LeftPanel_hideButton {