Skip to content
Snippets Groups Projects
Unverified Commit 766f7537 authored by Tom Robinson's avatar Tom Robinson
Browse files

Increase table row height slightly

parent bd48cbd2
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ import { Grid, ScrollSync } from "react-virtualized";
import Draggable from "react-draggable";
const HEADER_HEIGHT = 36;
const ROW_HEIGHT = 28;
const ROW_HEIGHT = 30;
const MIN_COLUMN_WIDTH = ROW_HEIGHT;
const RESIZE_HANDLE_WIDTH = 5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment