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
f2f58a00
Commit
f2f58a00
authored
May 04, 2021
by
Keith Becker
Browse files
auto height for dialogs
parent
8861bdda
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
9 deletions
+7
-9
src/components/AddTeam.vue
src/components/AddTeam.vue
+0
-7
src/components/Dialogs/BaseDialog.vue
src/components/Dialogs/BaseDialog.vue
+1
-2
src/scss/custom.scss
src/scss/custom.scss
+6
-0
No files found.
src/components/AddTeam.vue
View file @
f2f58a00
...
@@ -148,11 +148,4 @@ export default {
...
@@ -148,11 +148,4 @@ export default {
margin-top
:
8px
;
margin-top
:
8px
;
}
}
}
}
.add-team-form
{
padding
:
2em
!
important
;
margin-bottom
:
2em
!
important
;
padding-top
:
0
!
important
;
height
:
425px
!
important
;
}
</
style
>
</
style
>
src/components/Dialogs/BaseDialog.vue
View file @
f2f58a00
...
@@ -70,14 +70,13 @@ export default {
...
@@ -70,14 +70,13 @@ export default {
.v-card__actions
{
.v-card__actions
{
bottom
:
0
;
bottom
:
0
;
position
:
absolute
;
width
:
100%
;
width
:
100%
;
text-align
:
center
;
text-align
:
center
;
display
:
flex
;
display
:
flex
;
flex-direction
:
row
;
flex-direction
:
row
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
marg
in-bottom
:
40px
;
padd
in
g
-bottom
:
40px
!important
;
}
}
.v-card__actions
.v-btn
:last-child
{
.v-card__actions
.v-btn
:last-child
{
...
...
src/scss/custom.scss
View file @
f2f58a00
...
@@ -699,3 +699,9 @@ body {
...
@@ -699,3 +699,9 @@ body {
word-break
:
normal
;
word-break
:
normal
;
}
}
}
}
.v-dialog
.v-form
{
padding
:
2em
!
important
;
padding-top
:
0
!
important
;
margin-bottom
:
0
!
important
;
}
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