File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/app/features/profile/components/profile-information Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
"prepare" : " husky" ,
21
21
"start" : " ng serve" ,
22
22
"start:docker" : " npm run check:config && ng serve --host 0.0.0.0 --port 4200 --poll 2000 --configuration development" ,
23
- "start:docker:local" : " npm run check:config && ng serve --host 0.0.0.0 --port 4200 --poll 2000 --configuration docker" ,
23
+ "start:docker:local" : " ng serve --host 0.0.0.0 --port 4200 --poll 2000 --configuration docker" ,
24
24
"start:test" : " ng serve --configuration test-osf" ,
25
25
"start:test:future" : " ng serve --configuration test" ,
26
26
"test" : " jest" ,
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ <h1>{{ currentUser()?.fullName }}</h1>
21
21
</ p >
22
22
</ div >
23
23
24
- < div class ="flex flex-column gap-4 xl:align-items-end ">
25
- < div class ="flex flex-column gap-3 md:flex-row xl:gap-4 ">
24
+ < div class ="flex flex-column gap-4 xl:align-items-end xl:flex-1 min-w-0 ">
25
+ < div class ="flex flex-column gap-3 md:flex-row xl:gap-4 w-full ">
26
26
@if (currentUser()?.social?.orcid) {
27
27
< div class ="flex flex-row align-items-center gap-2 ">
28
28
< img ngSrc ="assets/icons/colored/orcid.svg " width ="16 " height ="16 " alt ="orcid " />
@@ -39,9 +39,9 @@ <h1>{{ currentUser()?.fullName }}</h1>
39
39
</ div >
40
40
41
41
@if (isEmploymentAndEducationVisible()) {
42
- < div class ="flex flex-column gap-3 md:flex-row xl:gap-4 white-space-nowrap ">
42
+ < div class ="flex flex-column gap-3 md:flex-row xl:gap-4 w-full ">
43
43
@if (currentUser()?.education?.length) {
44
- < div class ="flex flex-row align-items-center gap-2 overflow-hidden ">
44
+ < div class ="flex flex-row align-items-center gap-2 flex-1 min-w-0 ">
45
45
< i class ="fas fa-landmark "> </ i >
46
46
< h3 class ="font-bold text-overflow-ellipsis overflow-hidden white-space-nowrap ">
47
47
{{ currentUser()?.education?.[0]?.institution }}
You can’t perform that action at this time.
0 commit comments