Improve layout stability for file panel
This commit is contained in:
@@ -105,6 +105,7 @@ body {
|
||||
.files-panel {
|
||||
flex: 0 1 33%;
|
||||
max-height: 33%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.files-panel .table {
|
||||
@@ -112,6 +113,10 @@ body {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.files-panel .table-body {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.panel-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user