Skip to content

Commit d49d6ca

Browse files
Reduce dialog outside area again
Half way between the original and the MudBlazor default, but this time in pixels instead of em
1 parent 7605a9e commit d49d6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JournalApp/wwwroot/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ body {
8484
}
8585

8686
.mud-dialog-width-full {
87-
width: calc(100% - 4em) !important;
87+
width: calc(100% - 32px) !important;
8888
}
8989

9090
.mud-form {

0 commit comments

Comments
 (0)