Skip to content

Commit

Permalink
Add padding
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu committed Sep 2, 2024
1 parent b59e405 commit 9d9c02c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ihp-ide/IHP/IDE/SchemaDesigner/View/Layout.hs
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,10 @@ renderColumnSelector tableName columns statements = [hsx|
_ -> False
|> \case
Just (StatementCreateTable CreateTable { inherits = Just parentTableName }) ->
[hsx|<div>
This table <code>inherits</code> from table <code>{parentTableName}<code>
</div>|]
[hsx|<div class="pl-2">
This table <code>inherits</code> from table <code>{parentTableName}</code>
</div>
|]
_ -> ""


Expand Down

0 comments on commit 9d9c02c

Please sign in to comment.