From 035d2e3858dd55580c294031573c3be9e1999449 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 3 Oct 2023 02:20:13 +1100 Subject: AclDialog --- Pages/Component/AclDialog.razor.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Pages/Component/AclDialog.razor.css (limited to 'Pages/Component/AclDialog.razor.css') 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 -- cgit v1.3