Skip to content
Snippets Groups Projects
Unverified Commit 0bb97c20 authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Wrap long question titles to prevent overflows (#17996)

parent 713ff5a8
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ import Icon from "metabase/components/Icon";
export const ItemTitle = styled(Label)`
margin: 0;
white-space: nowrap;
word-break: break-word;
`;
export const ItemIcon = styled(Icon)`
......@@ -30,7 +30,7 @@ const VERTICAL_PADDING_BY_SIZE = {
export const ItemRoot = styled.li`
display: grid;
grid-template-columns: min-content min-content 1fr;
grid-template-columns: min-content 1fr min-content;
gap: 0.5rem;
align-items: center;
cursor: pointer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment