Skip to content

Commit ceb4449

Browse files
authored
Merge pull request #766 from pe4cey/sidebar-text-word-wrap
Word break long values in db info drawer
2 parents 652e64a + 2ad74e0 commit ceb4449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/browser/modules/DatabaseInfo/styled.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import styled from 'styled-components'
2222
import { PlainPlayIcon } from 'browser-components/icons/Icons'
2323

2424
const chip = styled.div`
25+
word-break: break-all;
2526
cursor: pointer;
2627
font-family: ${props => props.theme.primaryFontFamily};
2728
font-weight: bold;

0 commit comments

Comments
 (0)