Skip to content

Commit eace686

Browse files
committed
css
1 parent 1f0c61f commit eace686

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/javascript/components/settings-cu-collection/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ SettingsCUCollectionTab.defaultProps = {
350350
};
351351

352352
FormTemplate.propTypes = {
353-
formFields: PropTypes.object,
353+
formFields: PropTypes.array,
354354
};
355355

356356
FormTemplate.defaultProps = {

app/stylesheet/settings-cu-collection.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
margin-right: 10%;
3232
}
3333

34+
.bx--btn--primary, .bx--btn--secondary {
35+
width: 20%;
36+
}
37+
3438
.dropdown-label {
3539
font-size: x-small;
3640
}

0 commit comments

Comments
 (0)