Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
project_browser
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
project
project_browser
Merge requests
!530
Issue
#3446416
: Module categories aren't clickable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3446416
: Module categories aren't clickable
issue/project_browser-3446416:3446416-2x-no-click-categories
into
2.0.x
Overview
0
Commits
1
Pipelines
3
Changes
4
Merged
Kristin Wiseman
requested to merge
issue/project_browser-3446416:3446416-2x-no-click-categories
into
2.0.x
11 months ago
Overview
0
Commits
1
Pipelines
3
Changes
4
Expand
Closes
#3446416
0
0
Merge request reports
Compare
2.0.x
version 2
efcf65ea
11 months ago
version 1
b4e52758
11 months ago
2.0.x (base)
and
latest version
latest version
efcf65ea
1 commit,
11 months ago
version 2
efcf65ea
1 commit,
11 months ago
version 1
b4e52758
1 commit,
11 months ago
4 files
+
12
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
4
Search (e.g. *.vue) (Ctrl+P)
css/pb.css
+
5
−
9
Options
@@ -311,24 +311,20 @@
display
:
inline-block
;
width
:
100%
;
height
:
20px
;
margin
:
0.25
em
0
0.25em
0
;
margin
:
1
em
0
0.25em
0
;
padding
:
0
;
}
.pb-project-categories__list--centered
{
text-align
:
center
;
.pb-project-categories__list
::before
{
content
:
"Categories: "
;
font-weight
:
600
;
}
.pb-project-categories__item
{
display
:
inline-block
;
margin-top
:
2px
;
margin-bottom
:
2px
;
margin-inline-end
:
4px
;
padding
:
2px
9px
;
list-style
:
none
;
color
:
#4f4f4f
;
border-radius
:
25px
;
background-color
:
#e5e5e5
;
font-size
:
0.9em
;
font-weight
:
600
;
font-size
:
15px
;
}
.pb-project-categories__item--extra
{
border
:
1px
solid
#bbb
;
Loading