From 7eef84ec1a5d7e097b99324ec7b9bcc4bfbef346 Mon Sep 17 00:00:00 2001 From: alexweissman Date: Wed, 11 Oct 2017 22:50:52 -0400 Subject: [PATCH] clarify user-defined widths (#5078) --- pages/04.appearance/docs.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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%').