Skip to content

Commit

Permalink
Fixed field width and styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreene-r7 committed Aug 24, 2017
1 parent e96e034 commit f4c19a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,9 @@ summary {
.login-button {
margin-left: auto;
}

div.profile {
width: 80%;
height: 2.5em;
line-height: 2.5em;
}
4 changes: 3 additions & 1 deletion views/configure.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ class Configure extends React.Component {
<form method='post'>
<details>
<summary>
<input name='profileName' type='text' value={pretty} />
<div className='profile'>
<input className='form-control' name='profileName' type='text' value={pretty} />
</div>
<input
className='form-control'
id='metadataUrl'
Expand Down

0 comments on commit f4c19a5

Please sign in to comment.