moving and targeting .label class

This commit is contained in:
Mojca Lorber 2016-08-05 09:12:17 +02:00
parent 761ddea295
commit 5d137324bc
2 changed files with 3 additions and 3 deletions

View file

@ -11,3 +11,6 @@
top: 5px;
}
.bootstrap-tagsinput > .label {
line-height: 2.3 !important;
}

View file

@ -57,7 +57,4 @@
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.label {
line-height: 2.3 !important;
}