Increase number of columns in relayer grid for small screens
This commit is contained in:
@@ -39,7 +39,7 @@ const styles: Styles = {
|
||||
const CELL_HEIGHT = 290;
|
||||
const NUMBER_OF_COLUMNS_LARGE = 3;
|
||||
const NUMBER_OF_COLUMNS_MEDIUM = 2;
|
||||
const NUMBER_OF_COLUMNS_SMALL = 1;
|
||||
const NUMBER_OF_COLUMNS_SMALL = 2;
|
||||
const GRID_PADDING = 20;
|
||||
|
||||
export class RelayerIndex extends React.Component<RelayerIndexProps, RelayerIndexState> {
|
||||
|
||||
Reference in New Issue
Block a user