Fix MessageRetentionDialog

This commit is contained in:
N-Pex 2025-05-08 15:14:32 +02:00
parent 76670b4239
commit 866607a949
2 changed files with 14 additions and 5 deletions

View file

@ -173,4 +173,12 @@ body { position:absolute; top:0; bottom:0; right:0; left:0; }
.v-card-title {
display: flex;
}
.fluid-radio {
flex-direction: row-reverse;
margin-bottom: 0;
.v-label {
width: 100%;
}
}