Multiple style fixes
This commit is contained in:
parent
685ec5e744
commit
dfa772701d
|
@ -28,6 +28,8 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||
<div
|
||||
bind:this={anchor}
|
||||
class:is-disabled={disabled}
|
||||
|
|
|
@ -148,9 +148,7 @@
|
|||
on:close={onClose}
|
||||
{anchor}
|
||||
portalTarget={appendTo}
|
||||
maxHeight={374}
|
||||
maxWidth={296}
|
||||
align="left"
|
||||
{align}
|
||||
>
|
||||
{#if isOpen}
|
||||
<div class="date-time-popover">
|
||||
|
|
|
@ -61,9 +61,7 @@
|
|||
|
||||
<div class="container">
|
||||
<div class="value">
|
||||
{#if value}
|
||||
{displayValue}
|
||||
{/if}
|
||||
{displayValue}
|
||||
</div>
|
||||
{#if editable}
|
||||
<Icon name="Calendar" />
|
||||
|
@ -103,6 +101,7 @@
|
|||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
line-height: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.picker {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue