Skip to content

Commit bcf5ff1

Browse files
authored
Merge pull request #24 from Yproximite/feature/ISSUE-23
Flex wrap
2 parents efca5ec + 58dade2 commit bcf5ff1

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

docs/build/docs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/build/docs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "better-vue-input-tag",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Vue.js input tag editor component",
55
"keywords": [
66
"input",
77
"tag",
88
"inputtag"
99
],
1010
"author": "Matias Tucci <[email protected]>",
11-
"contributors": ["Hugo Alliaume <[email protected]"],
11+
"contributors": [
12+
"Hugo Alliaume <[email protected]"
13+
],
1214
"main": "dist/vue-input-tag.min.js",
1315
"repository": "https://github.com/matiastucci/vue-input-tag",
1416
"homepage": "https://matiastucci.github.io/vue-input-tag",

src/BetterInputTag.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
.vue-input-tag-wrapper {
128128
display: flex;
129129
align-items: center;
130+
flex-wrap: wrap;
130131
background-color: #fff;
131132
border: 1px solid #ccc;
132133
overflow: hidden;

0 commit comments

Comments
 (0)