mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-04 23:00:25 +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;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 0px 20px;
|
padding: 0px 20px;
|
||||||
|
gap: 8px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
|
@ -16,6 +16,7 @@ const ActionList = styled.div<{ $shouldRightAlign?: boolean }>`
|
|||||||
justify-content: end;
|
justify-content: end;
|
||||||
padding: ${(props) => (props.$shouldRightAlign ? '0px' : '0px 10px')};
|
padding: ${(props) => (props.$shouldRightAlign ? '0px' : '0px 10px')};
|
||||||
margin-left: ${(props) => (props.$shouldRightAlign ? 'auto' : undefined)};
|
margin-left: ${(props) => (props.$shouldRightAlign ? 'auto' : undefined)};
|
||||||
|
gap: 8px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user