Hide horizontal scrollbar on .message_list

(imported from commit 09600ce19074546285173f8ab8317322d4d0e417)
This commit is contained in:
Keegan McAllister 2012-10-19 14:46:48 -04:00
parent 17d44be14a
commit ec0bbdc1df
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ ul#sidebar {
background-color: aliceblue;
padding-left: 10px;
padding-right: 20px;
overflow-x: hidden;
}
.message_row {