[WEB-5662][WEB-5770] fix: alignment of cycles in sidebar and layout selection dropdown button (#8414)
This commit is contained in:
parent
e2fcb5044d
commit
5a2e2e7e11
10 changed files with 22 additions and 17 deletions
|
|
@ -64,7 +64,7 @@ export const IssueModuleSelect = observer(function IssueModuleSelect(props: TIss
|
|||
placeholder={t("module.no_module")}
|
||||
disabled={disableSelect}
|
||||
className="group h-full w-full"
|
||||
buttonContainerClassName="w-full text-left h-7.5 rounded-sm"
|
||||
buttonContainerClassName="w-full text-left rounded-sm"
|
||||
buttonClassName={`text-body-xs-medium justify-between ${issue?.module_ids?.length ? "" : "text-placeholder"}`}
|
||||
buttonVariant="transparent-with-text"
|
||||
hideIcon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue