Fix #1188 Card width (#1190)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2022-03-22 16:10:29 +07:00 committed by GitHub
parent 3246d3277c
commit 7e32a5e384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -344,6 +344,8 @@ p:last-child { margin-block-end: 0; }
.h-2 { height: .5rem; }
.h-9 { height: 2.25rem; }
.w-full { width: 100%; }
.w-2125rem {width: 21.25rem; }
.w-4125rem {width: 41.25rem; }
.min-w-0 { min-width: 0; }
.min-h-0 { min-height: 0; }
.clear-mins {

View File

@ -172,7 +172,9 @@
/>
<Grid column={2}>
<StylishEdit bind:value={location} label={recruit.string.Location} />
<OrganizationSelector bind:value={company} label={recruit.string.Company} />
<div class="antiComponentBox">
<OrganizationSelector bind:value={company} label={recruit.string.Company} />
</div>
</Grid>
<div class="antiComponentBox">
<DatePicker title={recruit.string.StartDate} bind:value={startDate} withTime />