Revert "fix(list-view bug): fix for overlapping text"
This commit is contained in:
parent
f28f1b79af
commit
41ea0380b5
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue