mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix: prework for tests
This commit is contained in:
parent
8b7b1056ac
commit
0b62d76bc1
File diff suppressed because it is too large
Load Diff
@ -13,10 +13,9 @@
|
|||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
<ds-flex-item width="20%">
|
<ds-flex-item width="20%">
|
||||||
<ds-text size="small">
|
<ds-text size="small">
|
||||||
|
<relative-date-time :date-time="userdata.createdAt" class="relative-date-time" />
|
||||||
<relative-date-time :date-time="userdata.createdAt" class="relative-date-time"/>
|
|
||||||
<br />
|
<br />
|
||||||
{{ $t('modals.deleteUser.created') }}
|
{{ $t('modals.deleteUser.created') }}
|
||||||
</ds-text>
|
</ds-text>
|
||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
<ds-flex-item width="15%">
|
<ds-flex-item width="15%">
|
||||||
@ -162,7 +161,7 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.ds-modal {
|
.ds-modal {
|
||||||
max-width: 600px !important;
|
max-width: 700px !important;
|
||||||
}
|
}
|
||||||
.hc-modal-success {
|
.hc-modal-success {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user