Skip to content

Commit a07141f

Browse files
committed
Move add button to bottom
1 parent 2c415fc commit a07141f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resxProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ export class ResxProvider implements vscode.CustomTextEditorProvider {
140140
/>
141141
</head>
142142
<body>
143-
<vscode-button id="add-resource-button">Add New Resource</vscode-button>
144143
<vscode-data-grid id="resource-table" aria-label="Basic" generate-header="sticky" aria-label="Sticky Header"></vscode-data-grid>
144+
<vscode-button id="add-resource-button" style="position:fixed;bottom:0;left:0">Add New Resource</vscode-button>
145145
<script type="module" nonce="${nonce}" src="${webviewUri}"></script>
146146
</body>
147147
</html>

0 commit comments

Comments
 (0)