UNCLASSIFIED

Commit fc794e94 authored by Keith Becker's avatar Keith Becker
Browse files

auto height for dialogs

parent f2f58a00
...@@ -127,11 +127,11 @@ export default { ...@@ -127,11 +127,11 @@ export default {
</script> </script>
<style scoped> <style scoped>
.add-student-to-course-v-card { .add-student-to-course-v-card {
height: 300px !important;
display: flex !important; display: flex !important;
flex-direction: column !important; flex-direction: column !important;
justify-content: flex-end !important; justify-content: flex-end !important;
padding-bottom: 150px !important; padding-bottom: 27px !important;
padding-top: 27px !important;
} }
.vertical-padding { .vertical-padding {
height: 10px; height: 10px;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment