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
9a5b2e94
Commit
9a5b2e94
authored
Jun 20, 2016
by
winniehell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wrap code blocks on Activies and Todos page
parent
98cede7e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
CHANGELOG
CHANGELOG
+1
-0
app/assets/stylesheets/pages/events.scss
app/assets/stylesheets/pages/events.scss
+4
-0
app/assets/stylesheets/pages/todos.scss
app/assets/stylesheets/pages/todos.scss
+4
-0
No files found.
CHANGELOG
View file @
9a5b2e94
...
...
@@ -31,6 +31,7 @@ v 8.9.0 (unreleased)
- Implement a fair usage of shared runners
- Remove project notification settings associated with deleted projects
- Fix 404 page when viewing TODOs that contain milestones or labels in different projects
- Wrap code blocks on Activies and Todos page !4783 (winniehell)
- Add a metric for the number of new Redis connections created by a transaction
- Fix Error 500 when viewing a blob with binary characters after the 1024-byte mark
- Redesign navigation for project pages
...
...
app/assets/stylesheets/pages/events.scss
View file @
9a5b2e94
...
...
@@ -54,6 +54,10 @@
}
}
code
{
white-space
:
pre-wrap
;
}
pre
{
border
:
none
;
background
:
#f9f9f9
;
...
...
app/assets/stylesheets/pages/todos.scss
View file @
9a5b2e94
...
...
@@ -62,6 +62,10 @@
}
}
code
{
white-space
:
pre-wrap
;
}
pre
{
border
:
none
;
background
:
#f9f9f9
;
...
...
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