diff --git a/src/web/app/pages-instructor/instructor-session-edit-page/copy-questions-from-other-sessions-modal/copy-questions-from-other-sessions-modal.component.scss b/src/web/app/pages-instructor/instructor-session-edit-page/copy-questions-from-other-sessions-modal/copy-questions-from-other-sessions-modal.component.scss index 6489c2baf70..53c3558b71c 100644 --- a/src/web/app/pages-instructor/instructor-session-edit-page/copy-questions-from-other-sessions-modal/copy-questions-from-other-sessions-modal.component.scss +++ b/src/web/app/pages-instructor/instructor-session-edit-page/copy-questions-from-other-sessions-modal/copy-questions-from-other-sessions-modal.component.scss @@ -1,3 +1,22 @@ .sortable-header { cursor: pointer; } + +#copy-question-modal { + table-layout: auto; + margin-bottom: 50px; +} + +.modal-footer { + position: fixed; + bottom: 0; + height: 50px; + width: 69.8%; + justify-content: right; + background-color: white; +} + +.form-control { + height: calc(.5em + 1.5vh); + width: calc(.5em + 1.5vw); +}