Browse Source

fix: Fixed expanded form UI issues

pull/6498/head
Muhammed Mustafa 12 months ago
parent
commit
bdcbef0ca3
  1. 2
      packages/nc-gui/components/smartsheet/expanded-form/index.vue

2
packages/nc-gui/components/smartsheet/expanded-form/index.vue

@ -371,7 +371,7 @@ export default {
class="nc-drawer-expanded-form"
:class="{ active: isExpanded }"
>
<div class="h-[85vh] xs:(h-[95vh] max-h-full) max-h-215 flex flex-col p-6">
<div class="h-[85vh] xs:(max-h-full) max-h-215 flex flex-col p-6">
<div class="flex h-8 flex-shrink-0 w-full items-center nc-expanded-form-header relative mb-4 justify-between">
<template v-if="!isMobileMode">
<div class="flex gap-3">

Loading…
Cancel
Save