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' Uses the computed element width from any applicable CSS rules. - "style" + 'style' Width is determined from the select element's style attribute. If no style attribute is found, null is returned as the width. - "resolve" + 'resolve' Uses the style attribute value if available, falling back to the computed element width as necessary. - {width_value} + '<value>' - Valid CSS values can be passed as a string (i.e. 80%). + Valid CSS values can be passed as a string (e.g. width: '80%').