blob: 2b19b2451319c9610c622b76fc16823556fbc709 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
.postMessage {
word-break: break-word;
overflow-wrap: anywhere;
text-overflow: ellipsis;
}
.inlineSubHeader {
display: inline !important;
margin-left: 0.25em !important;
}
|