style update
This commit is contained in:
parent
3e959fe2d4
commit
2e3737646c
@ -168,7 +168,7 @@ export default function Chat() {
|
||||
className: 'toggle-col',
|
||||
filters: [{ text: 'Visible messages', value: true }, { text: 'Hidden messages', value: false }],
|
||||
onFilter: (value, record) => record.visible === value,
|
||||
render: visible => visible ? null : <StopOutlined />,
|
||||
render: visible => visible ? null : <StopOutlined title="This message is hidden" />,
|
||||
width: 30,
|
||||
},
|
||||
];
|
||||
|
@ -26,7 +26,8 @@
|
||||
}
|
||||
|
||||
.message-contents {
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
max-height: 200px;
|
||||
img {
|
||||
position: relative;
|
||||
margin-top: -5px;
|
||||
|
Loading…
Reference in New Issue
Block a user