留言板

LFR 6.2 autocomplete resultlist width

Johan de jong,修改在10 年前。

LFR 6.2 autocomplete resultlist width

Junior Member 帖子: 41 加入日期: 12-2-6 最近的帖子
I can't find a way to enlarge the width of the resultlist created by autocomplete.

any tips?

in LFR 61. i could use inline CSS code within a portlet, but that doens't seem to work now?
Johan de jong,修改在10 年前。

RE: LFR 6.2 autocomplete resultlist width (solved)

Junior Member 帖子: 41 加入日期: 12-2-6 最近的帖子
I found it.

inline css inside my portlet:

<style type="text/css">
.yui3-aclist {
    width: 600px !important;
}
</style>