Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
09e2e0d4
Commit
09e2e0d4
authored
Mar 01, 2021
by
Ezekiel Kigbo
Committed by
Miguel Rincon
Mar 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove `.allow-wrap` css class
parent
075086e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
app/assets/stylesheets/framework/lists.scss
app/assets/stylesheets/framework/lists.scss
+0
-5
app/views/projects/tags/_tag.html.haml
app/views/projects/tags/_tag.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/lists.scss
View file @
09e2e0d4
...
@@ -192,11 +192,6 @@ ul.content-list {
...
@@ -192,11 +192,6 @@ ul.content-list {
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
white-space
:
nowrap
;
white-space
:
nowrap
;
// Override style that allows the flex-row text to wrap.
&
.allow-wrap
{
white-space
:
normal
;
}
}
}
.row-main-content
{
.row-main-content
{
...
...
app/views/projects/tags/_tag.html.haml
View file @
09e2e0d4
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
-
release
=
@releases
.
find
{
|
release
|
release
.
tag
==
tag
.
name
}
-
release
=
@releases
.
find
{
|
release
|
release
.
tag
==
tag
.
name
}
-
commit_status
=
@tag_pipeline_statuses
[
tag
.
name
]
unless
@tag_pipeline_statuses
.
nil?
-
commit_status
=
@tag_pipeline_statuses
[
tag
.
name
]
unless
@tag_pipeline_statuses
.
nil?
%li
.flex-row.
allow-wrap.js-tag-list
%li
.flex-row.
js-tag-list
{
class:
"gl-white-space-normal!"
}
.row-main-content
.row-main-content
=
sprite_icon
(
'tag'
)
=
sprite_icon
(
'tag'
)
=
link_to
tag
.
name
,
project_tag_path
(
@project
,
tag
.
name
),
class:
'item-title ref-name'
=
link_to
tag
.
name
,
project_tag_path
(
@project
,
tag
.
name
),
class:
'item-title ref-name'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment