Skip to content
Snippets Groups Projects
Commit 050a2a27 authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[REF]: remove unused imports and add min height 23px to header

parent 36ca2793
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ import {
LocalLabels,
} from "../../../../core";
import { UploadingProcess, Clean, Cancel, Upload } from "../../../icons";
import { HeaderConfig } from "../dropzone/DropzoneProps";
export type DropzoneHeaderProps = {
maxFileSize?: number;
......
......@@ -48,6 +48,7 @@
}
.files-ui-header {
min-height: 23px;
//-color: brown;
//box-sizing: border-box;
/* height: 22px;
......
import { ExtFile, CustomValidateFileResponse, Localization, UploadConfig, UploadResponse } from "../../../../core";
import { ExtFile, CustomValidateFileResponse, Localization, UploadConfig } from "../../../../core";
import * as React from "react";
import { OverridableComponentProps } from "../../../overridable";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment