diff --git a/pages/04.appearance/docs.md b/pages/04.appearance/docs.md index 63af76a7..c499d31d 100644 --- a/pages/04.appearance/docs.md +++ b/pages/04.appearance/docs.md @@ -127,27 +127,27 @@ Select2 will try to match the width of the original element as closely as possib
"element"
'element'
"style"
'style'
select
element's style
attribute. If no style
attribute is found, null is returned as the width.
"resolve"
'resolve'
style
attribute value if available, falling back to the computed element width as necessary.
{width_value}
'<value>'
80%
).
+ Valid CSS values can be passed as a string (e.g. width: '80%'
).