mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-22 22:30:52 +01:00
More style updates
This commit is contained in:
parent
cf372b117c
commit
315c32bcb5
@ -1,5 +1,5 @@
|
||||
.item-container {
|
||||
height: 208px;
|
||||
max-height: 208px;
|
||||
height: 192px;
|
||||
max-height: 192px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ export const InventoryFurnitureResultsView: FC<InventoryFurnitureResultsViewProp
|
||||
const { groupItems = [] } = props;
|
||||
|
||||
return (
|
||||
<div className="row row-cols-5 g-0 item-container">
|
||||
<div className="row row-cols-5 align-content-start g-0 item-container">
|
||||
{ groupItems && groupItems.length && groupItems.map((item, index) =>
|
||||
{
|
||||
return <InventoryFurnitureItemView key={ index } groupItem={ item } />
|
||||
|
Loading…
Reference in New Issue
Block a user