Skip to content

Commit

Permalink
sonar issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay-aot committed Jan 17, 2025
1 parent baee334 commit dbc5811
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useTranslation } from "react-i18next";
import Pagination from "react-js-pagination";
import { Dropdown } from "react-bootstrap";
import { DownArrowIcon, AngleLeftIcon, AngleRightIcon } from "../SvgIcons/index";
import { StyleServices } from "@formsflow/service";
interface PageOption {
value: number;
text: string;
Expand Down
2 changes: 1 addition & 1 deletion forms-flow-theme/scss/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ $btn-font-weight: bold;
min-width: $dropdown-btn-size !important;
min-height: $dropdown-btn-size !important;
margin: 0 !important;
gap: var(--spacer-075) !important;;
gap: var(--spacer-075) !important;
}

.dropdown-toggle {
Expand Down
2 changes: 1 addition & 1 deletion forms-flow-theme/scss/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $status-radius: 50%;

.custom-tables-wrapper {
height: auto;
max-height: calc(100vh - 4rem);
max-height: calc(100vh - 5.2rem);
overflow-y: auto;
overflow-x: hidden;
border-radius: $tr-th-border-radius !important;
Expand Down

0 comments on commit dbc5811

Please sign in to comment.