Skip to content

Commit 06109b6

Browse files
committed
Add Product Model Validation
1 parent 27f1ca1 commit 06109b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jccm/src/Frontend/Layout/DeviceModels.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ export default () => {
226226
flexDirection: 'row',
227227
gap: '50px',
228228
paddingLeft: '10px',
229+
alignItems: 'center',
229230
}}
230231
>
231232
{Object.entries(deviceModelsInType).map(
@@ -235,7 +236,9 @@ export default () => {
235236
style={{
236237
flex: 1,
237238
display: 'flex',
239+
flexDirection: 'row',
238240
gap: '5px',
241+
alignItems: 'center',
239242
}}
240243
>
241244
<div
@@ -249,7 +252,6 @@ export default () => {
249252
border: `0.5px solid ${tokens.colorNeutralStroke1}`,
250253
borderRadius: '50px',
251254
textAlign: 'center',
252-
marginBottom: '5px',
253255
fontSize: '10px',
254256
}}
255257
>

0 commit comments

Comments
 (0)