From 9d9c02cbbbec346e0f1304b3d349416b7b55764e Mon Sep 17 00:00:00 2001 From: Amitai Burstein Date: Mon, 2 Sep 2024 17:36:36 +0300 Subject: [PATCH] Add padding --- ihp-ide/IHP/IDE/SchemaDesigner/View/Layout.hs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ihp-ide/IHP/IDE/SchemaDesigner/View/Layout.hs b/ihp-ide/IHP/IDE/SchemaDesigner/View/Layout.hs index 6e743ee65..1ff36e1a0 100644 --- a/ihp-ide/IHP/IDE/SchemaDesigner/View/Layout.hs +++ b/ihp-ide/IHP/IDE/SchemaDesigner/View/Layout.hs @@ -261,9 +261,10 @@ renderColumnSelector tableName columns statements = [hsx| _ -> False |> \case Just (StatementCreateTable CreateTable { inherits = Just parentTableName }) -> - [hsx|
- This table inherits from table {parentTableName} -
|] + [hsx|
+ This table inherits from table {parentTableName} +
+ |] _ -> ""