Skip to content
Snippets Groups Projects
Commit 16651772 authored by John Watkins's avatar John Watkins
Browse files

Increased width for email to have room

parent 06a421cb
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...
...@@ -10,7 +10,7 @@ function submit(shopId, email={"value":""}){ ...@@ -10,7 +10,7 @@ function submit(shopId, email={"value":""}){
document.getElementById("staffManagement").innerHTML+= document.getElementById("staffManagement").innerHTML+=
`<div id="staffManagement"> `<div id="staffManagement">
<div class="staffManagementContainer"> <div class="staffManagementContainer">
<p class="subtitle is-6" style="width:50%; margin-bottom: 0">${emailValue}</p> <p class="subtitle is-6" style="width:80%; margin-bottom: 0">${emailValue}</p>
<button class="button is-danger is-outlined" style="border-bottom: 1px solid #00b89c" <button class="button is-danger is-outlined" style="border-bottom: 1px solid #00b89c"
onclick="submit(${document.getElementById("shopId").value},this);"> onclick="submit(${document.getElementById("shopId").value},this);">
<span class="icon is-small"> <span class="icon is-small">
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<div id="staffManagement"></div> <div id="staffManagement"></div>
<div id="staffManagement" th:each="user : ${staffMembers}"> <div id="staffManagement" th:each="user : ${staffMembers}">
<div class="staffManagementContainer"> <div class="staffManagementContainer">
<p class="subtitle is-6" th:text="${user.userEmail}" style="width:50%; margin-bottom: 0"></p> <p class="subtitle is-6" th:text="${user.userEmail}" style="width:80%; margin-bottom: 0"></p>
<button class="button is-danger is-outlined" style="border-bottom: 1px solid #00b89c" th:onclick="'submit('+${shop.shopId}+',this);'"> <button class="button is-danger is-outlined" style="border-bottom: 1px solid #00b89c" th:onclick="'submit('+${shop.shopId}+',this);'">
<span class="icon is-small"> <span class="icon is-small">
<i class="fas fa-times is-danger"></i> <i class="fas fa-times is-danger"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment