Skip to content

Commit

Permalink
refactored: CSS files in src/screens/OrgSettings(fixes: PalisadoesFou…
Browse files Browse the repository at this point in the history
  • Loading branch information
devender18 committed Dec 5, 2024
1 parent 53fc36f commit dab0e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/screens/OrgSettings/OrgSettings.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from 'react';
import { Button, Dropdown, Row, Col } from 'react-bootstrap';
import { useTranslation } from 'react-i18next';
import styles from '../../../src/style/app.module.css';
import styles from 'style/app.module.css';
import OrgActionItemCategories from 'components/OrgSettings/ActionItemCategories/OrgActionItemCategories';
import OrganizationAgendaCategory from 'components/OrgSettings/AgendaItemCategories/OrganizationAgendaCategory';
import { Navigate, useParams } from 'react-router-dom';
Expand Down
4 changes: 2 additions & 2 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -600,13 +600,13 @@ hr {
display: none;
}

@media (min-width: 577px) {
@media (min-width: 576px) {
.settingsDropdown {
display: none;
}
}

@media (min-width: 577px) {
@media (min-width: 576px) {
.settingsTabs {
display: block;
}
Expand Down

0 comments on commit dab0e97

Please sign in to comment.