diff options
| author | jpl | 2016-11-09 15:21:55 +0100 |
|---|---|---|
| committer | jpl | 2016-11-09 15:21:55 +0100 |
| commit | e7bb28f100a5833628b776689750c0587de9bab4 (patch) | |
| tree | 858d1e5b5747882ca8e9beb723dd597dbabe0fc9 /app/assets/javascripts | |
| parent | 19dfbba96bdc518cb9b6597eaff0f97471058ef1 (diff) | |
| download | chouette-core-e7bb28f100a5833628b776689750c0587de9bab4.tar.bz2 | |
preparing update of routes#show
Diffstat (limited to 'app/assets/javascripts')
| -rw-r--r-- | app/assets/javascripts/es6_browserified/components/Todo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/es6_browserified/components/Todo.js b/app/assets/javascripts/es6_browserified/components/Todo.js index c7f9107ba..3b6ad9508 100644 --- a/app/assets/javascripts/es6_browserified/components/Todo.js +++ b/app/assets/javascripts/es6_browserified/components/Todo.js @@ -2,7 +2,7 @@ var React = require('react') var PropTypes = require('react').PropTypes var BSelect2 = require('./BSelect2') -const Container = {display: 'table', width: '100%'} +const Container = {display: 'table', width: '100%'} const firstBlock = {display: 'table-cell', verticalAlign: 'middle'} const secondBlock = {display: 'table-cell', verticalAlign: 'middle', width: '150px', textAlign: 'right'} |
