Browse Source

fix(gui): padding issue in Graphiql tab

Removed negative padding from container

fix #246

Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
pull/251/head
Pranav C Balan 3 years ago
parent
commit
7c8ab34829
  1. 4
      packages/nc-gui/components/project/graphqlClient.vue

4
packages/nc-gui/components/project/graphqlClient.vue

@ -1,8 +1,8 @@
<template>
<v-container fluid style="height: 100%" class="py-0">
<v-container fluid style="height: 100%" class="px-0">
<v-row style="height: 100%">
<v-col cols="12" class="py-1">
<div>
<div class="px-2">
<v-text-field
class=""
outlined

Loading…
Cancel
Save