mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-19 06:54:23 +01:00
update
This commit is contained in:
@@ -5,9 +5,7 @@ type ColumnItemProps = {
|
||||
};
|
||||
|
||||
const ColumnItem: Component<ColumnItemProps> = (props) => {
|
||||
return (
|
||||
<div class="flex w-full flex-row gap-1 overflow-hidden border-b p-1">{props.children}</div>
|
||||
);
|
||||
return <div class="overflow-hidden border-b p-1">{props.children}</div>;
|
||||
};
|
||||
|
||||
export default ColumnItem;
|
||||
|
||||
Reference in New Issue
Block a user