UNCLASSIFIED

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

auto height for dialogs

parent 8861bdda
...@@ -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>
...@@ -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;
margin-bottom: 40px; padding-bottom: 40px !important;
} }
.v-card__actions .v-btn:last-child { .v-card__actions .v-btn:last-child {
......
...@@ -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;
}
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