diff options
| author | andy temp <andytemp@Kates-MBP.fios-router.home> | 2020-07-21 18:04:16 -0400 |
|---|---|---|
| committer | andy temp <andytemp@Kates-MBP.fios-router.home> | 2020-07-21 18:04:16 -0400 |
| commit | d995b381343c9f286c80b5c8268e3697c05c2566 (patch) | |
| tree | 693ebbd73306711bc26e6c9ba45a8396bd53b802 /src/client/views/collections | |
| parent | 2f3543eb4484205667bd2a248ef991147815f5a8 (diff) | |
search bar on topnpm start
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/SchemaTable.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/SchemaTable.tsx b/src/client/views/collections/SchemaTable.tsx index e9f7e3c68..2b60bef1b 100644 --- a/src/client/views/collections/SchemaTable.tsx +++ b/src/client/views/collections/SchemaTable.tsx @@ -219,7 +219,7 @@ export class SchemaTable extends React.Component<SchemaTableProps> { background: col.color, padding: "2px", display: "flex", cursor: "default", height: "100%", }}> - <FontAwesomeIcon icon={icon} size="lg" style={{ display: "inline", paddingLeft: "7px" }} /> + <FontAwesomeIcon icon={icon} size="lg" style={{ display: "inline", paddingBottom: "1px", paddingTop:"4px" }} /> {/* <div className="keys-dropdown" style={{ display: "inline", zIndex: 1000 }}> */} {keysDropdown} |
