fix markdown
This commit is contained in:
parent
208337155a
commit
918549a603
2 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
````markdown
|
||||
# Form Component Documentation
|
||||
|
||||
## 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)
|
||||
- **Modern JavaScript** features (ES6+)
|
||||
- **CSS Grid** and **Flexbox** support
|
||||
````
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ import ScrollPanel from "primevue/scrollpanel";
|
|||
max-width: 2500px;
|
||||
width: 100%;
|
||||
margin: 10px auto;
|
||||
height: 83vh;
|
||||
height: 90vh;
|
||||
}
|
||||
|
||||
#display-content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue