We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e09643 commit e52d590Copy full SHA for e52d590
frontend/src/components/assessments/registrations/StudentRegistrations.vue
@@ -75,7 +75,6 @@
75
:no-click-animation="true"
76
:scrollable="true"
77
:persistent="true"
78
- class="custom-width-bottom-sheet"
79
>
80
<StudentRegistrationDetail
81
:selected-student-registration-id="studentRegistrationForEdit?.assessmentStudentID"
@@ -263,9 +262,3 @@ export default {
263
262
align-self: flex-end;
264
}
265
</style>
266
-<style>
267
-.custom-width-bottom-sheet {
268
- margin-left: 25% !important;
269
- margin-right: 25% !important;
270
-}
271
-</style>
0 commit comments