mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
fix(files): disable size containment on headers
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
This commit is contained in:
parent
4828ac3521
commit
08bd7848ea
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ export default Vue.extend({
|
|||
|
||||
// Before table and thead
|
||||
.files-list__before {
|
||||
contain: strict;
|
||||
contain: style paint layout;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue