mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 13:23:09 +00:00
fix(ui): Styling fix for css regression (#13077)
Co-authored-by: John Joyce <john@Mac-32.lan>
This commit is contained in:
parent
ffb4b5f627
commit
f758785cee
@ -14,6 +14,7 @@ const ActionList = styled.div`
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0px 20px;
|
||||
gap: 8px;
|
||||
`;
|
||||
|
||||
type Props = {
|
||||
|
@ -16,6 +16,7 @@ const ActionList = styled.div<{ $shouldRightAlign?: boolean }>`
|
||||
justify-content: end;
|
||||
padding: ${(props) => (props.$shouldRightAlign ? '0px' : '0px 10px')};
|
||||
margin-left: ${(props) => (props.$shouldRightAlign ? 'auto' : undefined)};
|
||||
gap: 8px;
|
||||
`;
|
||||
|
||||
type Props = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user