Merge pull request #366 from glowing-bear/linebreak
[PLEASE TEST] Fix line breaks on mobile by shifting around padding
This commit is contained in:
commit
98c4f35fef
1 changed files with 2 additions and 2 deletions
|
@ -478,15 +478,15 @@ h2 span, h2 small {
|
||||||
|
|
||||||
#bufferlines td.prefix {
|
#bufferlines td.prefix {
|
||||||
display: inline;
|
display: inline;
|
||||||
padding-right: 0;
|
padding-right: 5px;
|
||||||
border: 0;
|
border: 0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bufferlines td.message {
|
#bufferlines td.message {
|
||||||
padding-left: 0;
|
|
||||||
display: inline;
|
display: inline;
|
||||||
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* a different colour is too irregular on mobile */
|
/* a different colour is too irregular on mobile */
|
||||||
|
|
Loading…
Reference in a new issue