Made headers more intuitive

This commit is contained in:
2023-06-27 12:11:45 +02:00
parent b4d9b73f78
commit 7fdcbf7a28
2 changed files with 19 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ function putDataInFields(data: mockedMessageData){
<SaveComponent v-bind:message-data="messageData"></SaveComponent>
</div>
<div class="flex flex-col md:flex-row w-full gap-4 md:gap-36">
<div class="flex flex-col md:flex-row w-full gap-4">
<div class="w-full">
<label for="contentType">Content Type</label><br/>
<input class="text-field" id="contentType" type="text" v-model="messageData.contentType"/>