Merge "Fix workflows table layout"

This commit is contained in:
Jenkins 2017-02-10 11:48:43 +00:00 committed by Gerrit Code Review
commit e2dc8b3f92
2 changed files with 3 additions and 2 deletions

View File

@ -5737,6 +5737,7 @@ input[type=range] {
}
td {
width: 40%;
.break-word;
&:nth-child(3), &:nth-child(4) { // actions columns
width: 10%;
text-align: center;

View File

@ -1226,8 +1226,8 @@ export var UploadGraphDialog = React.createClass({
return (
<div className='forms-box upload-graph-form'>
<Input {...composeInputProps('name')} />
<Input {...composeInputProps('type')} />
<Input {...composeInputProps('name')} maxLength='255' />
<Input {...composeInputProps('type')} maxLength='255' />
<Input
{...composeInputProps('tasks')}
type='file'