cleanup commented out styles

This commit is contained in:
Ginger Wong
2020-08-23 18:33:19 -07:00
parent 3d679a28fb
commit 786b4c04fa
6 changed files with 24 additions and 300 deletions

View File

@@ -87,7 +87,7 @@ export default class UsernameForm extends Component {
<span id="username-display" class="text-indigo-600 text-xs font-semibold truncate overflow-hidden whitespace-no-wrap">${username}</span>
</div>
<div id="user-info-change" class="flex p-1 items-center justify-end" style=${styles.form}>
<div id="user-info-change" class="flex flex-no-wrap p-1 items-center justify-end" style=${styles.form}>
<input type="text"
id="username-change-input"
class="appearance-none block w-full bg-gray-200 text-gray-700 border border-black-500 rounded py-1 px-1 leading-tight text-xs focus:bg-white"