fix: 100% HTML preview area size (#1938)

This commit is contained in:
Iagor Moraes
2021-11-04 21:55:50 -03:00
committed by GitHub
parent 03ab6a208d
commit 9e4d7df7d0
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="flex flex-col flex-1">
<div
class="
bg-primary
@@ -172,7 +172,6 @@ const togglePreview = () => {
<style lang="scss" scoped>
.covers-response {
@apply bg-white;
@apply min-h-64;
@apply h-full;
@apply w-full;
@apply border;