This commit is contained in:
Carlos Fernandez 2026-06-01 22:04:03 +02:00 committed by GitHub
commit 3ef2a7d503
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 3 additions and 6 deletions

View file

@ -4,7 +4,7 @@ export default class DomainCardSheet extends DHBaseItemSheet {
/**@inheritdoc */
static DEFAULT_OPTIONS = {
classes: ['domain-card'],
position: { width: 450, height: 700 }
position: { width: 450, height: 680 }
};
/** @override */