diff --git a/CHANGELOG.md b/CHANGELOG.md index 161beee174d9..2b340b4ae87f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - SSLCertVerificationError when remote source is used () - Fixed filters select overflow () - Cuboids are missed in annotations statistics () +- The list of files attached to the task is not displayed () ### Security diff --git a/cvat-ui/package-lock.json b/cvat-ui/package-lock.json index 1d03be1d5a19..f241526cc2ce 100644 --- a/cvat-ui/package-lock.json +++ b/cvat-ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "cvat-ui", - "version": "1.13.6", + "version": "1.13.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/cvat-ui/package.json b/cvat-ui/package.json index 6cf51d2bf6fd..17fab5f1cbcc 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -1,6 +1,6 @@ { "name": "cvat-ui", - "version": "1.13.6", + "version": "1.13.7", "description": "CVAT single-page application", "main": "src/index.tsx", "scripts": { diff --git a/cvat-ui/src/components/file-manager/file-manager.tsx b/cvat-ui/src/components/file-manager/file-manager.tsx index 3a547e0b64b3..8eb6c3bfa3e6 100644 --- a/cvat-ui/src/components/file-manager/file-manager.tsx +++ b/cvat-ui/src/components/file-manager/file-manager.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Intel Corporation +// Copyright (C) 2020-2021 Intel Corporation // // SPDX-License-Identifier: MIT @@ -87,7 +87,7 @@ export default class FileManager extends React.PureComponent { const { files } = this.state; return ( - + span:nth-child(1) { + display: block; + } +}