Revert "fix(list-view bug): fix for overlapping text"

This commit is contained in:
Rushabh Mehta 2019-06-05 17:29:02 +05:30 committed by GitHub
parent f28f1b79af
commit 41ea0380b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -502,7 +502,7 @@ input.list-check-all, input.list-row-checkbox {
}
.list-item {
display: inline-table;
display: flex;
align-items: center;
cursor: pointer;
@ -595,4 +595,4 @@ input.list-check-all, input.list-row-checkbox {
.file-title {
margin-top: 5px;
}
}