Initial pass on MessageBox rendered with React Infinite and js line wrapping, fix line wrapping bug, disable browser line wrapping

This commit is contained in:
khlieng 2015-02-15 23:27:00 +01:00
parent 3042ed5ec6
commit 6e223c172f
6 changed files with 128 additions and 24 deletions

View file

@ -207,19 +207,24 @@ p {
top: 50px;
bottom: 50px;
right: 200px;
padding: 15px;
overflow: auto;
/*padding: 15px;*/
z-index: 1;
}
.messagebox > div {
padding: 10px 15px;
overflow: auto !important;
}
.message {
margin-bottom: 5px;
white-space: nowrap;
/*margin-bottom: 5px;
padding-left: 55px;
text-indent: -55px;
text-indent: -55px;*/
}
.message span {
margin-right: 15px;
/*margin-right: 15px;*/
}
.message-info {