Fix layout issue image

This commit is contained in:
Nanne Baars
2021-04-25 13:17:46 +02:00
parent 69a370f438
commit 81c551552b

View File

@ -78,7 +78,7 @@
enctype="multipart/form-data" enctype="multipart/form-data"
action="/WebGoat/PathTraversal/profile-upload-fix"> action="/WebGoat/PathTraversal/profile-upload-fix">
<div class="preview text-center"> <div class="preview text-center">
<img class="preview-img-fix" th:src="@{/images/account.png}" alt="Preview Image" width="200" <img class="preview-img" th:src="@{/images/account.png}" alt="Preview Image" width="200"
height="200" id="previewFix"/> height="200" id="previewFix"/>
<div class="browse-button"> <div class="browse-button">
<i class="fa fa-pencil"></i> <i class="fa fa-pencil"></i>
@ -133,7 +133,7 @@
enctype="multipart/form-data" enctype="multipart/form-data"
action="/WebGoat/PathTraversal/profile-upload-remove-user-input"> action="/WebGoat/PathTraversal/profile-upload-remove-user-input">
<div class="preview text-center"> <div class="preview text-center">
<img class="preview-img-fix" th:src="@{/images/account.png}" alt="Preview Image" width="200" <img class="preview-img" th:src="@{/images/account.png}" alt="Preview Image" width="200"
height="200" id="previewRemoveUserInput"/> height="200" id="previewRemoveUserInput"/>
<div class="browse-button"> <div class="browse-button">
<i class="fa fa-pencil"></i> <i class="fa fa-pencil"></i>