fix for https://github.com/HabitRPG/habitrpg/issues/1860 change tags to scroll horizontally rather than stack floating left

This commit is contained in:
Nick Gordon
2013-11-23 17:37:20 -08:00
parent b793d2b753
commit 38225896f4
2 changed files with 13 additions and 2 deletions
+12 -1
View File
@@ -22,4 +22,15 @@
padding 2px 0 0 2px
.tag-editing .tag-editing-pill
height:auto
height:auto
.tag-list
overflow-y: auto
white-space: nowrap
.nav-pills
height: 43px
li
display: inline-block
float: none
+1 -1
View File
@@ -1,4 +1,4 @@
.filters(ng-controller='FiltersCtrl')
.filters(ng-controller='FiltersCtrl', class='tag-list')
.pull-left.filter-description
| Tags:
ul.nav.nav-pills