fix: match script tab content spacing to breakdown workspace
This commit is contained in:
@@ -145,7 +145,7 @@ function exportScript() {
|
||||
</template>
|
||||
</NTabs>
|
||||
</div>
|
||||
<div class="content-with-history panel mt-4" :class="{ 'history-hidden': !showHistory }">
|
||||
<div class="content-with-history panel mt-2" :class="{ 'history-hidden': !showHistory }">
|
||||
<main class="min-w-0">
|
||||
<div v-show="tab === 'episodes'" class="h-full">
|
||||
<EpisodeReader v-if="episodes.length" :episodes="episodes" />
|
||||
|
||||
Reference in New Issue
Block a user