Skip to content

Commit

Permalink
fix style widget
Browse files Browse the repository at this point in the history
  • Loading branch information
bavuong0810 committed May 30, 2023
1 parent e685ad9 commit f115d43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/src/pages/Tabs/FMAW.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
3 changes: 3 additions & 0 deletions admin/src/pages/Tabs/custom-style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.filerobot-u-reset {
top: 0 !important;
}

0 comments on commit f115d43

Please sign in to comment.