From 2bbe0b6149ae4b3fd5e85bcc80ba8f065b400f7b Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sat, 28 Sep 2019 17:12:50 +0200 Subject: [PATCH] numeric -> align="right" --- ui/src/application/Applications.tsx | 4 ++-- ui/src/client/Clients.tsx | 2 +- ui/src/plugin/Plugins.tsx | 2 +- ui/src/user/Users.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/src/application/Applications.tsx b/ui/src/application/Applications.tsx index ea0c058..bbb0ab9 100644 --- a/ui/src/application/Applications.tsx +++ b/ui/src/application/Applications.tsx @@ -165,12 +165,12 @@ const Row: SFC = observer( {description} - + - + diff --git a/ui/src/client/Clients.tsx b/ui/src/client/Clients.tsx index 00a679a..aef9c3e 100644 --- a/ui/src/client/Clients.tsx +++ b/ui/src/client/Clients.tsx @@ -114,7 +114,7 @@ const Row: SFC = ({name, value, fEdit, fDelete}) => ( style={{display: 'flex', alignItems: 'center', width: 200}} /> - + diff --git a/ui/src/plugin/Plugins.tsx b/ui/src/plugin/Plugins.tsx index 5f9ab33..f493e45 100644 --- a/ui/src/plugin/Plugins.tsx +++ b/ui/src/plugin/Plugins.tsx @@ -88,7 +88,7 @@ const Row: SFC = observer(({name, id, token, enabled, fToggleStatus}) - +