Skip to content

Commit

Permalink
Fix tag CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Apr 26, 2018
1 parent 2d833e1 commit af8d49b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
*= require bootstrap-tagsinput
*/
@import 'utils/variables__bootstrap'; // pul bootstrap variables override

@import 'bootstrap-sprockets';
Expand All @@ -6,8 +9,6 @@

@import 'blacklight/blacklight';

@import 'bootstrap-tagsinput';

@import 'spotlight/variables_bootstrap';
@import 'bootstrap-sprockets';
@import 'bootstrap';
Expand Down Expand Up @@ -203,3 +204,14 @@ body { -webkit-perspective: 800px; -moz-perspective: 800px; -o-perspective: 800p
margin-top:-400px;
z-index: 1000;
}
.edit-tags .twitter-typeahead input {
border: none;
background-color: transparent;
font-size: 14px;
margin: 0;
padding: 0;
min-height: 25px;
}
.bootstrap-tagsinput .tag {
line-height: 2;
}

0 comments on commit af8d49b

Please sign in to comment.