#716 - Missing class

This commit is contained in:
Elio Struyf
2024-04-08 14:01:04 +02:00
parent 0e21093f92
commit 9136841b30
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@
### 🐞 Fixes
- [#716](https://github.com/estruyf/vscode-front-matter/issues/716): Fix `dataFile` dropdown class
- [#768](https://github.com/estruyf/vscode-front-matter/issues/768): Update broken link to the documentation
- [#771](https://github.com/estruyf/vscode-front-matter/issues/771): Fix lowercase `data` tab label
- [#782](https://github.com/estruyf/vscode-front-matter/issues/782): Fix for setting the correct view when inserting media or snippets
@@ -166,7 +166,7 @@ export const DataFileField: React.FunctionComponent<IDataFileFieldProps> = ({
</button>
<ul
className={`metadata_field__choice_list ${isOpen ? 'open' : 'closed'}`}
className={`field_dropdown metadata_field__choice_list ${isOpen ? 'open' : 'closed'}`}
style={{
bottom: getDropdownStyle(isOpen)
}}