Skip to content

Commit

Permalink
change width
Browse files Browse the repository at this point in the history
  • Loading branch information
DariaKrupenkina committed Feb 17, 2017
1 parent 6fbe6f4 commit fc43b3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { Component } from 'react';
import 'whatwg-fetch';
import { parse } from 'babyparse';
import Config from './config/Config';
import Config from './config/сonfig';
import { transform } from './transformers/transform';
import TableContainer from './app/TableContainer';

Expand Down
6 changes: 5 additions & 1 deletion src/app/TableContainer.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,12 @@ html{
text-align: right;
}
.replayTable .r-table .team{
width: 40%;
width: 35%;
}
.replayTable .r-table .score{
width: 17%;
}

.replayTable .r-table.matches .team:last-child{
text-align: left;
}
Expand Down
File renamed without changes.

0 comments on commit fc43b3d

Please sign in to comment.