mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 11:50:56 +00:00
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
3246d3277c
commit
7e32a5e384
@ -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 {
|
||||
|
@ -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 />
|
||||
|
Loading…
Reference in New Issue
Block a user