Set label max width (#15710)
This commit is contained in:
parent
ca873acd55
commit
4e79ffd471
|
|
@ -28,6 +28,10 @@ const DatasourceItemContainer = styled.div`
|
|||
height: ${({ theme }) => theme.gridUnit * 6}px;
|
||||
cursor: pointer;
|
||||
|
||||
> div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
:hover {
|
||||
background-color: ${({ theme }) => theme.colors.grayscale.light2};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue