File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
src/routes/team/[team]/[env]/secret/[secret] Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 212
212
<h5 >Last modified by</h5 >
213
213
<div class =" metadata-value" >
214
214
{#if secret .lastModifiedBy }
215
- {secret .lastModifiedBy .name } ({secret .lastModifiedBy .email })
215
+ < span class = "cap" > {secret .lastModifiedBy .name }</ span > ({secret .lastModifiedBy .email })
216
216
{:else }
217
217
<code >n/a</code >
218
218
{/if }
324
324
code {
325
325
font-size : 1rem ;
326
326
}
327
+
328
+ .cap {
329
+ text-transform : capitalize ;
330
+ }
327
331
</style >
Original file line number Diff line number Diff line change 55
55
56
56
<Modal bind:open width =" small" >
57
57
<svelte:fragment slot =" header" >
58
- <Heading >New row </Heading >
58
+ <Heading >Add new key and value </Heading >
59
59
</svelte:fragment >
60
60
<div class =" entry" >
61
61
<TextField size ="small" htmlSize ={30 } bind:value ={key } error ={validationError (key )}>
Original file line number Diff line number Diff line change 127
127
128
128
<style >
129
129
h4 {
130
- font-weight : var (--a-font-weight-bold );
131
130
display : block ;
132
- width : 17rem ;
133
- word-wrap : break-word ;
131
+ font-family : monospace ;
134
132
font-size : var (--a-font-size-medium );
135
- padding : 0 var (--a-spacing-2 );
136
- min-height : 2rem ;
137
133
line-height : 2rem ;
134
+ min-height : 2rem ;
135
+ padding : 0 var (--a-spacing-2 );
136
+ width : 17rem ;
137
+ word-wrap : break-word ;
138
138
}
139
139
140
140
.entry {
You can’t perform that action at this time.
0 commit comments