UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
fc794e94
Commit
fc794e94
authored
May 04, 2021
by
Keith Becker
Browse files
auto height for dialogs
parent
f2f58a00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/components/Dialogs/AddStudentsToCourseDialog.vue
src/components/Dialogs/AddStudentsToCourseDialog.vue
+2
-2
No files found.
src/components/Dialogs/AddStudentsToCourseDialog.vue
View file @
fc794e94
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment