|
40 | 40 | .launch-config-identifier, |
41 | 41 | .launch-config-executable, |
42 | 42 | .launch-config-credentials, |
| 43 | +.launch-config-name, |
43 | 44 | .launch-config-args { |
44 | 45 | display: flex; |
45 | 46 | flex-direction: row; |
|
52 | 53 | .launch-config-identifier-label, |
53 | 54 | .launch-config-executable-label, |
54 | 55 | .launch-config-credentials-label, |
| 56 | +.launch-config-name-label, |
55 | 57 | .launch-config-args-label { |
56 | 58 | width: 250px; |
57 | 59 | } |
58 | 60 |
|
59 | 61 | .launch-config-identifier-field, |
60 | 62 | .launch-config-executable-field, |
61 | 63 | .launch-config-credentials-field, |
| 64 | +.launch-config-name-field, |
62 | 65 | .launch-config-args-field { |
63 | 66 | width: 50%; |
64 | 67 | } |
|
67 | 70 | .launch-config-identifier-label ::deep *, |
68 | 71 | .launch-config-executable-label ::deep *, |
69 | 72 | .launch-config-credentials-label ::deep *, |
| 73 | +.launch-config-name-label ::deep *, |
70 | 74 | .launch-config-args-label ::deep * { |
71 | 75 | font-size: var(--font-size-large) !important; |
72 | 76 | } |
73 | 77 |
|
74 | 78 | .launch-config-identifier-field ::deep fluent-text-field, |
75 | 79 | .launch-config-executable-field ::deep fluent-text-field, |
76 | 80 | .launch-config-credentials-field ::deep fluent-text-field, |
| 81 | +.launch-config-name-field ::deep fluent-text-field, |
77 | 82 | .launch-config-args-field ::deep fluent-text-field { |
78 | 83 | width: 100%; |
79 | 84 | box-sizing: border-box !important; |
|
83 | 88 | .launch-config-identifier-field ::deep fluent-select, |
84 | 89 | .launch-config-executable-field ::deep fluent-select, |
85 | 90 | .launch-config-credentials-field ::deep fluent-select, |
| 91 | +.launch-config-name-field ::deep fluent-select, |
86 | 92 | .launch-config-args-field ::deep fluent-select { |
87 | 93 | width: 100%; |
88 | 94 | box-sizing: border-box !important; |
|
0 commit comments