Adjusted padding

This commit is contained in:
2023-11-03 07:42:33 +01:00
parent 84cb8d6ca5
commit 23cb5d7477
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ function updateVersion(newVersion: string) {
<template>
<div id="layout" class="flex flex-col lg:flex-row w-full h-full">
<div class="flex flex-col lg:flex-row w-full lg:w-7/12 grow overflow-hide px-2">
<div class="flex flex-col lg:flex-row w-full lg:w-7/12 grow overflow-hide pr-2">
<div class="flex flex-col w-full lg:w-1/2 h-2/3 lg:h-full flex-none items-center">
<xmlInputFieldComponent stylized-name="XML" :data="xml" @update="(data) => {xml = data}"></xmlInputFieldComponent>
<xmlInputFieldComponent stylized-name="XPath" :data="query" @update="(data) => {query = data}"></xmlInputFieldComponent>

View File

@@ -16,7 +16,7 @@ function updateVersion(newVersion: string) {
<template>
<div id="layout" class="flex flex-col lg:flex-row w-full h-full">
<div class="flex flex-col lg:flex-row w-full lg:w-7/12 grow overflow-hide px-2">
<div class="flex flex-col lg:flex-row w-full lg:w-7/12 grow overflow-hide pr-2">
<div class="flex flex-col w-full lg:w-1/2 h-2/3 lg:h-full flex-none items-center">
<xmlInputFieldComponent stylized-name="XML" @update="(data) => {xml = data}"></xmlInputFieldComponent>
<xmlInputFieldComponent stylized-name="XSLT" @update="(data) => {query = data}"></xmlInputFieldComponent>