Fix office employee assign (#10942)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2026-07-01 16:35:23 +07:00
committed by GitHub
parent 0682cd502e
commit b8da3437ab
@@ -241,3 +241,13 @@
{/if}
</div>
</div>
<style lang="scss">
.floorGrid-configureRoom__field :global(.employee-presenter),
.floorGrid-configureRoom__field :global(.employee-presenter .antiPresenter),
.floorGrid-configureRoom__field :global(.employee-presenter .ap-icon) {
width: 100%;
height: 100%;
justify-content: center;
}
</style>