We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b47bc commit 14cc83aCopy full SHA for 14cc83a
src/dataLoaders/components/DataLoadersOverlay.scss
@@ -93,7 +93,7 @@ $line-protocol--content-height: 206px;
93
}
94
95
.line-protocol--spinner {
96
- height: $line-protocol--content-height + $ix-marg-b + $form-sm-height;
+ height: $line-protocol--content-height + $ix-marg-f + $form-sm-height;
97
border: $ix-border solid $cf-grey-15;
98
border-radius: $ix-radius;
99
display: flex;
src/shared/components/DragAndDrop.scss
@@ -47,7 +47,7 @@ input[type='file'].drag-and-drop--input {
47
white-space: nowrap;
48
overflow: hidden;
49
text-overflow: ellipsis;
50
- margin: 0 0 30px 0;
+ padding: 0 0 15px 0;
51
font-size: 20px;
52
font-weight: 400;
53
&.empty {
0 commit comments