scrollbox now adapts correctly to shorter texts
This commit is contained in:
parent
745ca700db
commit
06a67fb273
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ aside{display:none}
|
|||
.qglist .qgtitle .bonus{background:#f5821f}
|
||||
.qglist .qgtitle .bonus:hover{background:#f68e34}
|
||||
|
||||
#qtextbox{font-size:.875em;border-radius:5px;background:#fff;border:15px solid #fff;height:200px;overflow:hidden}
|
||||
#qtextbox{font-size:.875em;border-radius:5px;background:#fff;border:15px solid #fff;max-height:200px;overflow:hidden}
|
||||
.qtext{padding-right:15px}
|
||||
.qtext img,.grpqimg{float:right;margin-left:15px;max-width:30%;border-radius:3px}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue