mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
Set label max width (#15710)
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user