We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 652e64a + 2ad74e0 commit ceb4449Copy full SHA for ceb4449
src/browser/modules/DatabaseInfo/styled.jsx
@@ -22,6 +22,7 @@ import styled from 'styled-components'
22
import { PlainPlayIcon } from 'browser-components/icons/Icons'
23
24
const chip = styled.div`
25
+ word-break: break-all;
26
cursor: pointer;
27
font-family: ${props => props.theme.primaryFontFamily};
28
font-weight: bold;
0 commit comments