File tree 1 file changed +3
-20
lines changed
packages/experiments-realm
1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,9 @@ export class Trips extends FieldDef {
12
12
13
13
static embedded = class Embedded extends Component <typeof this > {
14
14
<template >
15
- <@ fields.countriesVisited />
16
- </template >
17
- };
18
-
19
- static fitted = class Fitted extends Component <typeof this > {
20
- <template >
21
- <div class =' trips-fitted' >
22
- Trips: <@ fields.countriesVisited class =' countries' @ format =' atom' @ displayContainer ={{ false }} />
23
- </div >
24
- <style >
25
- .trips-fitted {
26
- display : flex ;
27
- align-items : center ;
28
- gap : var (--boxel-sp-xs );
29
- padding : var (--boxel-sp-xs );
30
- overflow : hidden ;
31
- white-space : nowrap ;
32
- text-overflow : ellipsis ;
33
- }
34
- < /style >
15
+ <address >
16
+ <@ fields.countriesVisited />
17
+ </address >
35
18
</template >
36
19
};
37
20
}
You can’t perform that action at this time.
0 commit comments