fix(fe/files_panel): use table layout and fix issues
This commit is contained in:
parent
0fc878ea7b
commit
3133720d79
14 changed files with 262 additions and 133 deletions
|
@ -479,3 +479,18 @@
|
|||
overflow-wrap: break-word;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.v-mid {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.full-width {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue