style: fluid width for nodule inputs
This commit is contained in:
		
							parent
							
								
									510691b731
								
							
						
					
					
						commit
						4f5d889886
					
				@ -75,7 +75,7 @@ class CreateFilterNoduleForm extends Component {
 | 
				
			|||||||
            <List celled>
 | 
					            <List celled>
 | 
				
			||||||
              { filterParamElements.filterValueElements }
 | 
					              { filterParamElements.filterValueElements }
 | 
				
			||||||
            </List>
 | 
					            </List>
 | 
				
			||||||
            <Input placeholder='Key' ref={this.valueInput} style={{ width: '115px' }} />
 | 
					            <Input placeholder='Value' ref={this.valueInput} style={{ width: '115px' }} />
 | 
				
			||||||
            <Button animated='vertical' onClick={this.addKeyValueInput}>
 | 
					            <Button animated='vertical' onClick={this.addKeyValueInput}>
 | 
				
			||||||
              <Button.Content hidden><Icon name='add' /></Button.Content>
 | 
					              <Button.Content hidden><Icon name='add' /></Button.Content>
 | 
				
			||||||
              <Button.Content visible>Add</Button.Content>
 | 
					              <Button.Content visible>Add</Button.Content>
 | 
				
			||||||
 | 
				
			|||||||
@ -96,9 +96,8 @@ class CreateNodule extends Component {
 | 
				
			|||||||
          placeholder='Nodule Label'
 | 
					          placeholder='Nodule Label'
 | 
				
			||||||
          ref={this.noduleLabelInput}
 | 
					          ref={this.noduleLabelInput}
 | 
				
			||||||
          icon='tags'
 | 
					          icon='tags'
 | 
				
			||||||
            style={{ width: '300px' }}
 | 
					          fluid
 | 
				
			||||||
        />
 | 
					        />
 | 
				
			||||||
          <br />
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <Dropdown
 | 
					        <Dropdown
 | 
				
			||||||
          value ={this.state.noduleType}
 | 
					          value ={this.state.noduleType}
 | 
				
			||||||
@ -110,7 +109,7 @@ class CreateNodule extends Component {
 | 
				
			|||||||
          ]}
 | 
					          ]}
 | 
				
			||||||
          fluid
 | 
					          fluid
 | 
				
			||||||
          selection
 | 
					          selection
 | 
				
			||||||
          style={{ width: '300px' }}
 | 
					          fluid
 | 
				
			||||||
          onChange={this.handleChange}
 | 
					          onChange={this.handleChange}
 | 
				
			||||||
        />
 | 
					        />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user