Skip to content
Snippets Groups Projects
Commit 5dd42ba1 authored by piotr.kupczyk@id.ethz.ch's avatar piotr.kupczyk@id.ethz.ch
Browse files

SSDM-12250 : Table Widget : sticky first column - prevent wrapping line in selection info row

parent fabfa933
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ const styles = () => ({
content: {
position: 'sticky',
left: 0,
whiteSpace: 'nowrap',
width: '750px'
}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment