fix for https://github.com/HabitRPG/habitrpg/issues/1860 change tags to scroll horizontally rather than stack floating left
This commit is contained in:
+12
-1
@@ -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,4 +1,4 @@
|
||||
.filters(ng-controller='FiltersCtrl')
|
||||
.filters(ng-controller='FiltersCtrl', class='tag-list')
|
||||
.pull-left.filter-description
|
||||
| Tags:
|
||||
ul.nav.nav-pills
|
||||
|
||||
Reference in New Issue
Block a user