Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
652cc5f1
Commit
652cc5f1
authored
8 years ago
by
Kyle Doherty
Browse files
Options
Downloads
Patches
Plain Diff
prevent incompatable card warnings from shrinking based on card title length
parent
385d23b7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/metabase/dashboard/components/AddSeriesModal.jsx
+1
-1
1 addition, 1 deletion
...tend/src/metabase/dashboard/components/AddSeriesModal.jsx
with
1 addition
and
1 deletion
frontend/src/metabase/dashboard/components/AddSeriesModal.jsx
+
1
−
1
View file @
652cc5f1
...
...
@@ -249,7 +249,7 @@ export default class AddSeriesModal extends Component {
</
span
>
{
card
.
dataset_query
.
type
!==
"
query
"
&&
<
Tooltip
tooltip
=
"We're not sure if this question is compatible"
>
<
Icon
className
=
"px1 flex-align-right text-grey-2 text-grey-4-hover cursor-pointer"
name
=
"warning"
width
=
{
20
}
height
=
{
20
}
/>
<
Icon
className
=
"px1 flex-align-right text-grey-2 text-grey-4-hover cursor-pointer
flex-no-shrink
"
name
=
"warning"
width
=
{
20
}
height
=
{
20
}
/>
</
Tooltip
>
}
</
li
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment