Linkify URLs in messages
This commit is contained in:
parent
b06cfafe94
commit
9e301843d2
4 changed files with 9 additions and 6 deletions
|
@ -216,7 +216,7 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|||
|
||||
.messagebox > div {
|
||||
padding: 10px 15px;
|
||||
overflow: auto !important;
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
|
||||
.message {
|
||||
|
@ -266,6 +266,7 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|||
}
|
||||
|
||||
.userlist > div {
|
||||
overflow-y: auto !important;
|
||||
padding: 10px 0px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue