mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 18:07:57 +00:00
fix(ingestion): UI fixes (#13765)
This commit is contained in:
parent
b90837ded9
commit
782b3e531a
@ -59,7 +59,7 @@ export const getSelectFontStyles = (size) => {
|
||||
export const getSelectPadding = (size) => {
|
||||
const paddingStyles = {
|
||||
sm: {
|
||||
padding: `${spacing.xxsm} ${spacing.xxsm}`,
|
||||
padding: `${spacing.xxsm} ${spacing.xsm}`,
|
||||
},
|
||||
md: {
|
||||
padding: `${spacing.xsm} ${spacing.xsm}`,
|
||||
|
||||
@ -52,7 +52,7 @@ const HeaderContainer = styled.div`
|
||||
const StyledTabToolbar = styled.div`
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 0 20px 16px 0;
|
||||
padding: 0 0 16px 0;
|
||||
height: auto;
|
||||
z-index: unset;
|
||||
box-shadow: none;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user