Fix UI components (#2771)
* fixes radio button's label (issue #2566) * fixes entity title double text input's width (issue #2562) * fixed checkmark placement on color scheme card * fix failing CI Docs * fixes computed node dimensions and color scheme card * fix color scheme card background * fix color scheme card background * updated color scheme card docs * Fix --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -26,7 +26,7 @@ const StyledContainer = styled.div<{ labelPosition?: LabelPosition }>`
|
||||
flex-direction: row;
|
||||
`};
|
||||
align-items: center;
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
`;
|
||||
|
||||
type RadioInputProps = {
|
||||
|
||||
Reference in New Issue
Block a user