mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Merge pull request #1712 from awesomerobot/master
making the category dropdown taller
This commit is contained in:
commit
bf2663346a
1 changed files with 2 additions and 2 deletions
|
@ -468,11 +468,11 @@ ol.category-breadcrumb {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
height: 200px;
|
max-height: 350px;
|
||||||
padding: 8px 7px 0 7px;
|
padding: 8px 7px 0 7px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
min-width: 116px;
|
min-width: 138px;
|
||||||
|
|
||||||
|
|
||||||
a.badge-category {
|
a.badge-category {
|
||||||
|
|
Loading…
Reference in a new issue