File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
IHP/IDE/SchemaDesigner/View Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ visualNav =
9696
9797renderColumnSelector :: Text -> [(Int , Column )] -> [Statement ] -> Html
9898renderColumnSelector tableName columns statements = [hsx |
99- <div class="col-8 column-selector">
100- <section oncontextmenu="showContextMenu('context-menu-column-root')">
101- <div class="d-flex" >
99+ <div class="col-8 column-selector d-flex ">
100+ <section class="flex-grow-1" oncontextmenu="showContextMenu('context-menu-column-root')">
101+ <div>
102102 <h5>Columns</h5>
103103 </div>
104104 <table class="table table-hover table-sm">
@@ -120,7 +120,7 @@ renderColumnSelector tableName columns statements = [hsx|
120120 columnIndexes =
121121 case findTableIndex statements tableName of
122122 Just _ -> [hsx |
123- <div class="d-flex" >
123+ <div>
124124 <h5>Indexes</h5>
125125 </div>
126126 <table class="table table-hover table-sm">
You can’t perform that action at this time.
0 commit comments