#197 Dialog has min-width, but should be max-width (#203)

This commit is contained in:
James Read 2023-12-20 22:07:56 +00:00 committed by GitHub
parent 68f04c0912
commit c15449f99a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ body {
dialog {
box-shadow: 0 0 6px 0 #444;
min-width: 600px;
max-width: 600px;
text-align: left;
padding: 1em;
}