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
312b1c00
Commit
312b1c00
authored
8 years ago
by
Kyle Doherty
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix alignment (#3865)
parent
ab2357e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/src/metabase/components/AddToDashSelectDashModal.jsx
+1
-1
1 addition, 1 deletion
...tend/src/metabase/components/AddToDashSelectDashModal.jsx
frontend/src/metabase/components/SortableItemList.jsx
+1
-1
1 addition, 1 deletion
frontend/src/metabase/components/SortableItemList.jsx
with
2 additions
and
2 deletions
frontend/src/metabase/components/AddToDashSelectDashModal.jsx
+
1
−
1
View file @
312b1c00
...
...
@@ -68,7 +68,7 @@ export default class AddToDashSelectDashModal extends Component {
onClick
=
{
()
=>
this
.
setState
({
shouldCreateDashboard
:
true
})
}
>
<
div
className
=
"flex align-center absolute"
className
=
"
mt1
flex align-center absolute"
style
=
{
{
right
:
40
}
}
>
<
Icon
name
=
"add"
size
=
{
16
}
/>
...
...
This diff is collapsed.
Click to expand it.
frontend/src/metabase/components/SortableItemList.jsx
+
1
−
1
View file @
312b1c00
...
...
@@ -36,7 +36,7 @@ export default class SortableItemList extends Component {
return
(
<
div
className
=
"SortableItemList"
>
<
div
className
=
"flex align-center px2 pb3 border-bottom"
>
<
h5
className
=
"text-bold text-uppercase text-grey-3 ml2 mr2"
>
Sort by
</
h5
>
<
h5
className
=
"text-bold text-uppercase text-grey-3 ml2
mt1
mr2"
>
Sort by
</
h5
>
<
Radio
value
=
{
this
.
state
.
sort
}
options
=
{
[
"
Last Modified
"
,
/*"Most Popular",*/
"
Alphabetical Order
"
]
}
...
...
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