diff options
| author | bobzel <zzzman@gmail.com> | 2022-08-25 17:04:53 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-08-25 17:04:53 -0400 |
| commit | ef2cd862c062556008a1897b408399dedaee8210 (patch) | |
| tree | c6cc5d4fcbd0209f661e17256ca72e6f5e7de48e /src/client/views/collections/CollectionNoteTakingViewDivider.tsx | |
| parent | 694aa8824d096247884a3e2d1c61f5509e7b1e7a (diff) | |
fixed issues with reloading notetaking view and having columns be exactly the same. fixed adding columns so that changes are actually propagated to the DB. SchemaHeaderFields are bad news...
Diffstat (limited to 'src/client/views/collections/CollectionNoteTakingViewDivider.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionNoteTakingViewDivider.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionNoteTakingViewDivider.tsx b/src/client/views/collections/CollectionNoteTakingViewDivider.tsx index 8d659f790..a1309b11f 100644 --- a/src/client/views/collections/CollectionNoteTakingViewDivider.tsx +++ b/src/client/views/collections/CollectionNoteTakingViewDivider.tsx @@ -57,7 +57,6 @@ export class CollectionNoteTakingViewDivider extends React.Component<DividerProp width: 12, borderRight: '4px solid #282828', borderLeft: '4px solid #282828', - margin: '0px 10px', }} /> </div> |
