Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Frontend V2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GraphPolaris
Frontend V2
Merge requests
!53
feat(depth): query builder relationpills and settings can configure depth
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat(depth): query builder relationpills and settings can configure depth
DEV-143
into
main
Overview
1
Commits
1
Pipelines
2
Changes
12
Merged
Leonardo Christino
requested to merge
DEV-143
into
main
1 year ago
Overview
1
Commits
1
Pipelines
2
Changes
12
Expand
solves #DEV-143, #DEV-130
0
0
Merge request reports
Compare
main
version 1
46a03250
1 year ago
main (base)
and
latest version
latest version
bc2ae5e1
1 commit,
1 year ago
version 1
46a03250
1 commit,
1 year ago
12 files
+
218
−
122
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
apps/web/src/styles.css
+
8
−
0
Options
@@ -2,6 +2,14 @@
@tailwind
components
;
@tailwind
utilities
;
@layer
base
{
input
[
type
=
'number'
]
::-webkit-inner-spin-button
,
input
[
type
=
'number'
]
::-webkit-outer-spin-button
{
-webkit-appearance
:
none
;
margin
:
0
;
}
}
*
{
font-family
:
'Inter'
,
ubuntu
,
sans-serif
;
box-sizing
:
border-box
;
Loading