fix(ui-toolkit): show column on bp greater than xs
This commit is contained in:
parent
6fa74685f1
commit
e9c833d1ea
@ -22,7 +22,7 @@ const handleBreakpoint = bp => props => {
|
|||||||
|
|
||||||
return `
|
return `
|
||||||
width: ${width};
|
width: ${width};
|
||||||
display: ${hidden ? 'none' : ''};
|
display: ${hidden ? 'none' : 'table-cell'};
|
||||||
`;
|
`;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user