Skip to content

Commit c365fc1

Browse files
authored
Merge pull request #87 from ModusCreateOrg/ADE-60
[ADE-60] fix: Adjust margins for file limits and upload button in UploadModal
2 parents 6382be2 + 0219398 commit c365fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/common/components/Upload/UploadModal.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
}
119119

120120
&__file-limits {
121-
margin: 0.5rem 0 1.5rem;
121+
margin: 0.5rem 0;
122122

123123
p {
124124
margin-bottom: 0.25rem;
@@ -132,7 +132,7 @@
132132
}
133133

134134
&__upload-btn {
135-
margin-top: 1.5rem;
135+
margin-top: 1.0rem;
136136
width: 100%;
137137
max-width: 12rem;
138138
font-weight: 500;

0 commit comments

Comments
 (0)