More row height and alignment
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
576c358e2a
commit
e8c18ebc5e
@@ -122,13 +122,13 @@ const StyledBox = styled(Box)`
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
width: auto;
|
width: auto;
|
||||||
padding: 12px 20px 12px 12px;
|
padding: 10px 20px 10px 12px;
|
||||||
box-shadow: 0 -1px 0 ${theme.palette.grey[300]};
|
box-shadow: 0 -1px 0 ${theme.palette.grey[300]};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledTextField = styled(TextField)(() => ({
|
const StyledTextField = styled(TextField)(() => ({
|
||||||
"& .MuiInputBase-root": {
|
"& .MuiInputBase-root": {
|
||||||
height: "28px",
|
height: "36px",
|
||||||
width: "161.67px",
|
width: "161.67px",
|
||||||
margin: 0,
|
margin: 0,
|
||||||
fontFamily: "Inter",
|
fontFamily: "Inter",
|
||||||
|
|||||||
@@ -56,7 +56,6 @@ const StyledIconButtonRed = styled(IconButton)(({ theme }) => ({
|
|||||||
const WrappedLine = styled(Box)({
|
const WrappedLine = styled(Box)({
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "row",
|
flexDirection: "row",
|
||||||
maxHeight: "52px",
|
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
gap: "12px",
|
gap: "12px",
|
||||||
padding: "12px 20px 12px 12px",
|
padding: "12px 20px 12px 12px",
|
||||||
|
|||||||
Reference in New Issue
Block a user