We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d019bf commit 7547b96Copy full SHA for 7547b96
src/page/App/components/Actions/ActionPanel/RestApiPanel/style.ts
@@ -16,12 +16,14 @@ export const restapiItemStyle = css`
16
flex-direction: row;
17
align-items: center;
18
min-height: 48px;
19
+ padding: 0 16px;
20
`
21
22
export const restapiItemLabelStyle = css`
23
min-width: 100px;
24
font-size: 14px;
25
font-weight: 500;
26
+ text-align: right;
27
color: ${globalColor(`--${illaPrefix}-grayBlue-02`)};
28
29
@@ -32,7 +34,6 @@ export const restApiItemSelectStyle = css`
32
34
33
35
export const restapiItemInputStyle = css`
36
min-width: 420px;
- margin-right: 16px;
37
38
39
export const restApiItemBaseUrlStyle = css`
0 commit comments