Added style for table
This commit is contained in:
parent
e057f8a78a
commit
c816319c35
|
|
@ -97,3 +97,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ProductMappingTable {
|
||||
margin-top: 20px;
|
||||
height: 300px;
|
||||
overflow-y: auto;
|
||||
border-radius: 6px;
|
||||
}
|
||||
Loading…
Reference in New Issue