Skip to content

Commit

Permalink
Merge pull request #766 from pe4cey/sidebar-text-word-wrap
Browse files Browse the repository at this point in the history
Word break long values in db info drawer
  • Loading branch information
oskarhane authored May 24, 2018
2 parents 652e64a + 2ad74e0 commit ceb4449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/modules/DatabaseInfo/styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import styled from 'styled-components'
import { PlainPlayIcon } from 'browser-components/icons/Icons'

const chip = styled.div`
word-break: break-all;
cursor: pointer;
font-family: ${props => props.theme.primaryFontFamily};
font-weight: bold;
Expand Down

0 comments on commit ceb4449

Please sign in to comment.