fix markdown

This commit is contained in:
Casey Wittrock 2025-11-07 12:51:12 -06:00
parent 208337155a
commit 918549a603
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
````markdown
# Form Component Documentation # Form Component Documentation
## Overview ## Overview
@ -1509,4 +1508,3 @@ The component has been completely migrated from Vuetify to PrimeVue. Here's what
- **PrimeVue 4.4+** components (InputText, InputNumber, Textarea, Select, AutoComplete, Checkbox, RadioButton, DatePicker, FileUpload, Button, Message) - **PrimeVue 4.4+** components (InputText, InputNumber, Textarea, Select, AutoComplete, Checkbox, RadioButton, DatePicker, FileUpload, Button, Message)
- **Modern JavaScript** features (ES6+) - **Modern JavaScript** features (ES6+)
- **CSS Grid** and **Flexbox** support - **CSS Grid** and **Flexbox** support
````

View File

@ -44,7 +44,7 @@ import ScrollPanel from "primevue/scrollpanel";
max-width: 2500px; max-width: 2500px;
width: 100%; width: 100%;
margin: 10px auto; margin: 10px auto;
height: 83vh; height: 90vh;
} }
#display-content { #display-content {