Merge pull request #4647 from JorikSchellekens/joriks/fix-filepanel-regression

Fix FilePanel and NotificationsPanel regression
This commit is contained in:
Jorik Schellekens 2020-05-31 21:17:14 +01:00 committed by GitHub
commit 419857c29c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 19 deletions

View file

@ -63,6 +63,10 @@ limitations under the License.
padding-left: 32px;
padding-top: 8px;
position: relative;
a {
display: flex;
}
}
.mx_NotificationPanel .mx_EventTile_roomName a,