Skip to content

Commit 7547b96

Browse files
author
AruSeito
committed
fix: input style
1 parent 8d019bf commit 7547b96

File tree

1 file changed

+2
-1
lines changed
  • src/page/App/components/Actions/ActionPanel/RestApiPanel

1 file changed

+2
-1
lines changed

src/page/App/components/Actions/ActionPanel/RestApiPanel/style.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ export const restapiItemStyle = css`
1616
flex-direction: row;
1717
align-items: center;
1818
min-height: 48px;
19+
padding: 0 16px;
1920
`
2021

2122
export const restapiItemLabelStyle = css`
2223
min-width: 100px;
2324
font-size: 14px;
2425
font-weight: 500;
26+
text-align: right;
2527
color: ${globalColor(`--${illaPrefix}-grayBlue-02`)};
2628
`
2729

@@ -32,7 +34,6 @@ export const restApiItemSelectStyle = css`
3234

3335
export const restapiItemInputStyle = css`
3436
min-width: 420px;
35-
margin-right: 16px;
3637
`
3738

3839
export const restApiItemBaseUrlStyle = css`

0 commit comments

Comments
 (0)