Skip to content

Commit 14cc83a

Browse files
fix: show the filename and message for the uploaded file (#3365)
* fix: uploaded filename is no longer blocked * fix: increase the height of container to show the text within it
1 parent 47b47bc commit 14cc83a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dataLoaders/components/DataLoadersOverlay.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ $line-protocol--content-height: 206px;
9393
}
9494

9595
.line-protocol--spinner {
96-
height: $line-protocol--content-height + $ix-marg-b + $form-sm-height;
96+
height: $line-protocol--content-height + $ix-marg-f + $form-sm-height;
9797
border: $ix-border solid $cf-grey-15;
9898
border-radius: $ix-radius;
9999
display: flex;

src/shared/components/DragAndDrop.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ input[type='file'].drag-and-drop--input {
4747
white-space: nowrap;
4848
overflow: hidden;
4949
text-overflow: ellipsis;
50-
margin: 0 0 30px 0;
50+
padding: 0 0 15px 0;
5151
font-size: 20px;
5252
font-weight: 400;
5353
&.empty {

0 commit comments

Comments
 (0)