Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change padding on taginput tag #123

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/flat-ui.css
Expand Up @@ -2702,7 +2702,7 @@ fieldset[disabled] .navbar-inverse .navbar-btn.active {
margin-bottom: 5px;
overflow: hidden;
line-height: 15px;
padding: 6px 13px 8px 19px;
padding: 7px 13px 7px 19px;
position: relative;
vertical-align: middle;
-webkit-transition: 0.25s linear;
Expand Down
2 changes: 1 addition & 1 deletion less/modules/tagsinput.less
Expand Up @@ -23,7 +23,7 @@
margin-bottom: 5px;
overflow: hidden;
line-height: 15px;
padding: 6px 13px 8px 19px;
padding: 7px 13px 7px 19px;
position: relative;
vertical-align: middle;
.transition(.25s linear);
Expand Down