Skip to content

Commit 7c9946c

Browse files
committed
Merge pull request designmodo#195 from HeliumSquid/master
Fixed tag field changing size when all the tags were removed.
2 parents 51a6687 + 3335805 commit 7c9946c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/css/flat-ui.css

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

less/modules/tagsinput.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
position: relative;
2222
vertical-align: middle;
2323
overflow: hidden;
24-
margin: 0 5px 5px 0;
24+
margin: 0 7px 7px 0;
2525
line-height: 15px;
2626
height: 27px;
2727
padding: 6px 21px;

0 commit comments

Comments
 (0)