Skip to content
Snippets Groups Projects
Commit f845148a authored by Ethan Allen-Harris's avatar Ethan Allen-Harris
Browse files

fixed broken formatting on user settings

parent a94ea14d
No related branches found
No related tags found
1 merge request!114LoggingService service class, new method to add a log to the "Logs" table when...
......@@ -18,19 +18,19 @@
<div class="field">
<span class="control">
<label style="font-size:15px" for="newFirstName">First Name</label><br>
<input style="width:30%; border-radius:10px" class="input mb-4 is-medium" type="text" id="newFirstName" th:value="${loggedInUser.getUserFirstName()}">
<input style="width:90%; border-radius:10px" class="input mb-4 is-medium" type="text" id="newFirstName" th:value="${loggedInUser.getUserFirstName()}">
<br>
<label style="font-size:15px" for="newLastName">Last Name</label><br>
<input style="width:30%; border-radius:10px" class="input mb-4 is-medium" type="text" id="newLastName" th:value="${loggedInUser.getUserLastName()}">
<input style="width:90%; border-radius:10px" class="input mb-4 is-medium" type="text" id="newLastName" th:value="${loggedInUser.getUserLastName()}">
</span>
</div>
<div class="field">
<span class="control">
<label style="font-size:15px" for="newEmail">Email</label><br>
<input style="width:30%; border-radius:10px" class="input mb-4 is-medium" type="email" id="newEmail" th:value="${loggedInUser.getUserEmail()}">
<input style="width:90%; border-radius:10px" class="input mb-4 is-medium" type="email" id="newEmail" th:value="${loggedInUser.getUserEmail()}">
</span>
</div>
......@@ -92,4 +92,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment