Fix: issue-2392 & 2297: Database Services page is not responsive to 1024 resolutions & 404 screen flickers while logging out (#2501)

* Fix: issue-2392: Database Services page is not responsive to 1024 resolutions

* Fix issue 2297: 404 screen flickers while logging out
This commit is contained in:
Shailesh Parmar 2022-01-31 17:08:20 +05:30 committed by GitHub
parent 73d848ac3b
commit 256edfcb8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ const Appbar: React.FC = (): JSX.Element => {
},
{
name: 'Logout',
to: '#/action-1',
to: '',
disabled: false,
method: userSignOut,
},

View File

@ -533,7 +533,7 @@ const ServicesPage = () => {
</NonAdminAction>
</div>
<div
className="tw-grid tw-grid-cols-4 tw-gap-4 tw-mb-4"
className="tw-grid xl:tw-grid-cols-4 tw-grid-cols-2 tw-gap-4 tw-mb-4"
data-testid="data-container">
{serviceList.map((service, index) => (
<div