From 3cfeff6acc701f79d29414f073d2ca3ed6210e77 Mon Sep 17 00:00:00 2001 From: c2065864 <barnards3@cardiff.ac.uk> Date: Thu, 9 Dec 2021 17:11:40 +0000 Subject: [PATCH] Fixed border on keyinformation panel --- .../resources/templates/fragments/businessInformation.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/fragments/businessInformation.html b/src/main/resources/templates/fragments/businessInformation.html index 87c4ca4..fdf2855 100644 --- a/src/main/resources/templates/fragments/businessInformation.html +++ b/src/main/resources/templates/fragments/businessInformation.html @@ -4,7 +4,7 @@ <script th:fragment="infoJs" src="js/businessInformation.js"></script> </head> <body th:fragment="keyInformation"> -<div style="border-bottom: #000000 1px solid; width:50%"> +<div style="width:50%"> <h6 class="title is-6" style="margin-top: 5px; margin-bottom: 25px">Key Information</h6> <p class="subtitle is-6" style="margin-bottom:3px;margin-top: 10px">Shop Name</p> @@ -49,5 +49,6 @@ <button th:onclick="'submitInfo('+ ${shop.shopId} +');'" class="button is-link" style="margin-top:15px; margin-bottom:10px;">Save changes</button> </div> +<p style="border-bottom: #000000 1px solid;"></p> </body> </html> \ No newline at end of file -- GitLab