diff --git a/CHANGELOG.md b/CHANGELOG.md index a6a964d7..b170a864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [2.1.0] - 2020-08-XX - Upcoming release + +- [#46](https://github.com/estruyf/vscode-front-matter/issues/46): Make the tag pickers render in full width + ## [2.0.1] - 2020-07-27 - [#42](https://github.com/estruyf/vscode-front-matter/issues/42): Small enhancement to the table layout diff --git a/assets/media/styles.css b/assets/media/styles.css index 359baf65..526bf6c5 100644 --- a/assets/media/styles.css +++ b/assets/media/styles.css @@ -25,6 +25,10 @@ position: absolute !important; } +.w-full { + width: 100% !important; +} + .collapsible__body, .ext_settings { padding: 1rem 1.25rem; diff --git a/src/viewpanel/ViewPanel.tsx b/src/viewpanel/ViewPanel.tsx index 7e3fe811..f642201e 100644 --- a/src/viewpanel/ViewPanel.tsx +++ b/src/viewpanel/ViewPanel.tsx @@ -58,7 +58,7 @@ export const ViewPanel: React.FunctionComponent = (props: React settings && metadata && } - + { }