forked from potsda.mn/mobilizon
Fix edit event warning popup size
Imcrease width to 500px and allow to wrap text correctly if even longer Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
a4a3475f65
commit
cd874e1bfc
|
@ -425,6 +425,20 @@ section {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<style lang="scss">
|
||||||
|
.dialog .modal-card {
|
||||||
|
max-width: 500px;
|
||||||
|
|
||||||
|
.modal-card-foot {
|
||||||
|
justify-content: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
& > button {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { Component, Prop, Vue, Watch } from "vue-property-decorator";
|
import { Component, Prop, Vue, Watch } from "vue-property-decorator";
|
||||||
|
|
Loading…
Reference in a new issue