Skip to content

Commit e699664

Browse files
authored
Merge pull request #1202 from topcoder-platform/fix-PM-1502
Fixes view and css on Restricted page
2 parents 1e3cb55 + eeae760 commit e699664

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

src/apps/review/src/lib/components/ScorecardsFilter/ScorecardsFilter.module.scss

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,19 @@
110110
font-weight: 700;
111111
}
112112

113+
:global(.input-el) {
114+
margin-bottom: 0;
115+
padding: 3px 16px 3px 16px;
116+
}
117+
118+
:global(.input-wrapper) {
119+
height: 38px;
120+
}
121+
122+
:global(.btn-size-lg) {
123+
padding: 6px 24px;
124+
}
125+
113126
}
114127

115128
@media (max-width: 768px) {
@@ -161,16 +174,3 @@
161174
}
162175
}
163176

164-
:global(.input-el) {
165-
margin-bottom: 0;
166-
padding: 3px 16px 3px 16px;
167-
}
168-
169-
:global(.input-wrapper) {
170-
height: 38px;
171-
}
172-
173-
:global(.btn-size-lg) {
174-
padding: 6px 24px;
175-
}
176-

src/apps/review/src/review-app.routes.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export const reviewRoutes: ReadonlyArray<PlatformRoute> = [
106106
authRequired: true,
107107
element: <ScorecardsListPage />,
108108
id: 'list-scorecards-page',
109+
rolesRequired: [UserRole.administrator],
109110
route: '',
110111
},
111112
{

0 commit comments

Comments
 (0)