Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
nmaas
nmaas Portal
Merge requests
!30
fix tags size
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix tags size
fix-tag-size
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Karol Beyrowski
requested to merge
fix-tag-size
into
develop
9 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
ebbde3fe
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ebbde3fe
fix tags size
· ebbde3fe
kbeyro
authored
9 months ago
src/app/shared/applications/applications.component.html
+
2
−
2
Options
@@ -5,7 +5,7 @@
(changed)=
"filterAppsByName($event)"
></nmaas-inline-search>
</div>
<div
class=
"col-xs-12 col-sm-
3
col-md-
3
col-lg-
3
"
>
<div
class=
"col-xs-12 col-sm-
4
col-md-
4
col-lg-
4
"
>
<nmaas-tag-filter
(changed)=
"filterAppsByTag($event)"
></nmaas-tag-filter>
</div>
<div
class=
"col-xs-12 col-sm-3 col-md-3 col-lg-3 form-inline"
>
@@ -16,7 +16,7 @@
</select>
</div>
</div>
<div
class=
"col-xs-12 col-sm-
3
col-md-
3
col-lg-
3
"
>
<div
class=
"col-xs-12 col-sm-
2
col-md-
2
col-lg-
2
"
>
<div
class=
"btn-toolbar"
role=
"toolbar"
>
<div
class=
"btn-group pull-right"
>
<button
href=
"#tab-grid"
class=
"btn btn-default"
data-toggle=
"tab"
[class.active]=
"selectedListType === ListType.GRID"
(click)=
"selectedListType = ListType.GRID"
>
Loading