Skip to content

Commit f8eda78

Browse files
authored
Merge pull request #364 from topcoder-platform/GAME-QA-S4.2
GAME-177 & 178 fixes -> gamification
2 parents bc5a459 + c06931b commit f8eda78

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src-ts/lib/member-autocomplete/InputHandleAutocomplete.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const InputHandleAutocomplete: FC<InputHandleAutocompleteProps> = (props: InputH
2929
control: (provided) => ({
3030
...provided,
3131
border: 'none',
32+
boxShadow: 'none',
3233
}),
3334
input: (provided) => ({
3435
...provided,

src-ts/tools/gamification-admin/pages/badge-detail/ManualAwardTab/ManualAwardTab.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.tabWrap {
55
display: flex;
66
flex-direction: column;
7+
padding-bottom: 260px;
78

89
.manualFormWrap {
910
display: grid;

0 commit comments

Comments
 (0)