Skip to content

Commit f9ddbf5

Browse files
vuejs-jp-botkazupon
authored andcommitted
Bug in select2 wrapper component example (on options changed) (vuejs#1144) (vuejs#349)
* tweak ad styling * Bug in select2 wrapper component example (on options changed) (vuejs#1144) * Update select2.md * Update multiselect example of fiddle
1 parent 2694122 commit f9ddbf5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/v2/examples/select2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ order: 8
77

88
> この例では、カスタムコンポーネント内部でラップすることによって、サードパーティの jQuery プラグイン (select2) を統合しています。
99
10-
<iframe width="100%" height="500" src="https://jsfiddle.net/fruqrvdL/456/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
10+
<iframe width="100%" height="500" src="https://jsfiddle.net/chrisvfritz/d131Lebj/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

themes/vue/source/css/_ad.styl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@
3333
.bsa-cpc
3434
font-size 1em
3535
background-color #f8f8f8
36-
padding 10px 15px
37-
margin-bottom 20px
3836
a._default_
37+
text-align left
38+
display block
39+
padding 10px 15px 12px
40+
margin-bottom 20px
3941
color #666
4042
font-weight 400
41-
line-height 1
43+
line-height 18px
4244
.default-image, .default-title, .default-description
4345
display inline
4446
vertical-align middle

0 commit comments

Comments
 (0)