diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-10-03 02:20:13 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-10-03 02:20:13 +1100 |
| commit | 035d2e3858dd55580c294031573c3be9e1999449 (patch) | |
| tree | 643d545aa036b901f185ba7148d4a4353d6c957b /Pages/Component/AclDialog.razor.css | |
| parent | 7170867a9a2650fa5a98b9e2664fb2114a0bf114 (diff) | |
AclDialog
Diffstat (limited to 'Pages/Component/AclDialog.razor.css')
| -rw-r--r-- | Pages/Component/AclDialog.razor.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Pages/Component/AclDialog.razor.css b/Pages/Component/AclDialog.razor.css new file mode 100644 index 0000000..7a7e545 --- /dev/null +++ b/Pages/Component/AclDialog.razor.css @@ -0,0 +1,8 @@ +table td:nth-child(2n) { + white-space: nowrap; + width: 1px; +} + +table p { + margin: 8px 0 8px 0; +}
\ No newline at end of file |
