Skip to content

Commit 8c5f2f9

Browse files
committed
Address too-large icon in BiteSelection
NOTE: We can follow a similar process to improve how we handle reactivity of icon size. It should be percentages of the parent flexbox, not percentages of the screen overall.
1 parent 1264852 commit 8c5f2f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

feedingwebapp/src/Pages/Home/MealStates/BiteSelection.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ const BiteSelection = (props) => {
397397
src={moveToStagingConfigurationImage}
398398
style={{
399399
height: '90%',
400+
width: '90%',
400401
'--bs-btn-padding-x': '0rem',
401402
'--bs-btn-padding-y': '0rem'
402403
}}

0 commit comments

Comments
 (0)