Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactored: CSS files in src/screens/OrgSettings(fixes: #2523)
Browse files Browse the repository at this point in the history
devender18 committed Dec 5, 2024
1 parent 53fc36f commit dab0e97
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';
4 changes: 2 additions & 2 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit dab0e97

Please sign in to comment.