fix(ui-toolkit): show column on bp greater than xs

This commit is contained in:
Sérgio Ramos 2017-12-22 03:26:22 +00:00
parent 6fa74685f1
commit e9c833d1ea
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const handleBreakpoint = bp => props => {
return `
width: ${width};
display: ${hidden ? 'none' : ''};
display: ${hidden ? 'none' : 'table-cell'};
`;
};