[Hỏi đáp] Chỉnh giúp em cái chủ để trong topics_list_box

The author of this message was banned from the forum - See the message
  Bài viết hay nhất2
chèn vào view forum body
Code:
<style>a.topictitle {
display: block;
white-space: nowrap;
overflow: hidden;
width: 95%;
text-overflow: ellipsis;
}
a.topictitle:hover {
display: inline;
white-space: normal;
text-shadow: none;
}</style>
The author of this message was banned from the forum - See the message
  Bài viết hay nhất4
sửa trong đoạn css lúc nãy mình đưa , sửa display: block;thành display: inline-block;
The author of this message was banned from the forum - See the message
  Bài viết hay nhất6
Code:
<style>a.topictitle {
display: inline
white-space: normal;
overflow: hidden;
width: 95%;
text-overflow: ellipsis;
}
</style>

Sửa cái white-space: nowrap; thành white-space: normal; và sửa thành display: inline như trên là được.
  Bài viết hay nhất7
Đơn giản:
trong a.topictitle , sửa width: 95%; thành width: 85%; hoặc số tùy thích
Tìm tiếp h2.topic-title, thay toàn bộ phần đó thành
Code:
h2.topic-title {display: inline-block;width: 85%;overflow: hidden;}
The author of this message was banned from the forum - See the message
  Bài viết hay nhất9
Tắt icon đó đi :v dù sao nhìn cũng ko ai để ý
The author of this message was banned from the forum - See the message
  Bài viết hay nhất11
You cannot reply to topics in this forum