diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-10-05 15:53:02 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-10-05 15:53:02 +1100 |
| commit | 3d5f6e47bd74ce77d5ec253f51b7cef1b42099ef (patch) | |
| tree | 26add459f06b46ed74bfb0b6788b258d2dd11b3d /Pages/Component/Dialog.razor.css | |
| parent | aa0b68f7648bd5a7c14b64737a4f8d3e402bfce5 (diff) | |
Continued to refine ACLDialog
Diffstat (limited to 'Pages/Component/Dialog.razor.css')
| -rw-r--r-- | Pages/Component/Dialog.razor.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Pages/Component/Dialog.razor.css b/Pages/Component/Dialog.razor.css index 1447407..5e983a2 100644 --- a/Pages/Component/Dialog.razor.css +++ b/Pages/Component/Dialog.razor.css @@ -31,5 +31,6 @@ div.titlebar p.title { div.content { display: flex; flex-direction: column; + flex-grow: 1; padding: 20px; } |
