From f115d4310cbb3aac05bc7b899bf09fff38f650c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C6=B0=C6=A1ng=20=C4=90=E1=BB=97?= Date: Tue, 30 May 2023 17:42:48 +0700 Subject: [PATCH] fix style widget --- admin/src/pages/Tabs/FMAW.js | 1 + admin/src/pages/Tabs/custom-style.css | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 admin/src/pages/Tabs/custom-style.css diff --git a/admin/src/pages/Tabs/FMAW.js b/admin/src/pages/Tabs/FMAW.js index f772112..d5b8fe3 100644 --- a/admin/src/pages/Tabs/FMAW.js +++ b/admin/src/pages/Tabs/FMAW.js @@ -5,6 +5,7 @@ import React, { useEffect, useRef, useState } from 'react'; import pluginId from '../../pluginId'; import '@filerobot/core/dist/style.min.css'; import '@filerobot/explorer/dist/style.min.css'; +import './custom-style.css'; import { request } from "@strapi/helper-plugin"; import { useIntl } from 'react-intl'; import { Box, Alert } from '@strapi/design-system'; diff --git a/admin/src/pages/Tabs/custom-style.css b/admin/src/pages/Tabs/custom-style.css new file mode 100644 index 0000000..aa023e6 --- /dev/null +++ b/admin/src/pages/Tabs/custom-style.css @@ -0,0 +1,3 @@ +.filerobot-u-reset { + top: 0 !important; +}