diff --git a/src/browser/modules/DatabaseInfo/styled.jsx b/src/browser/modules/DatabaseInfo/styled.jsx index 97649178300..f47b957536b 100644 --- a/src/browser/modules/DatabaseInfo/styled.jsx +++ b/src/browser/modules/DatabaseInfo/styled.jsx @@ -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;