Corrected No date. Fix Status and Priority editors. Little fixes. (#1697)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2022-05-09 18:37:34 +07:00
committed by GitHub
parent 9266a61c98
commit b8e942a145
16 changed files with 239 additions and 289 deletions
@@ -133,6 +133,8 @@
placeholder={attribute?.label}
kind={'link'}
size={'large'}
width={'100%'}
justify={'left'}
type={attribute?.type}
{maxWidth}
value={getAttribute(client, object, { key: attributeKey, attr: attribute })}
@@ -69,7 +69,6 @@
&.vertical {
display: grid;
grid-template-columns: 1fr 1.5fr;
grid-template-rows: minmax(2rem, auto);
grid-auto-flow: row;
justify-content: start;
align-items: center;