diff --git a/doc/inputtext/SizesDoc.vue b/doc/inputtext/SizesDoc.vue index a7ebe3775..c51a79f53 100644 --- a/doc/inputtext/SizesDoc.vue +++ b/doc/inputtext/SizesDoc.vue @@ -1,11 +1,11 @@ - Apply .p-inputtext-sm to reduce the size of the input element or .p-inputtext-lg to enlarge it. + InputText provides small and large sizes as alternatives to the standard. - + - + @@ -19,15 +19,15 @@ export default { value3: null, code: { basic: ` - + -`, +`, options: ` - + - + @@ -45,9 +45,9 @@ export default { composition: ` - + - +
Apply .p-inputtext-sm to reduce the size of the input element or .p-inputtext-lg to enlarge it.
InputText provides small and large sizes as alternatives to the standard.