BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f17de3c2
Commit
f17de3c2
authored
Feb 15, 2016
by
Roberto Dip
Committed by
Rémy Coutable
Mar 10, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Decrease the font size and the padding of the `.anchor` icons
This commit fixes #13334, removing an overlap between the anchor icon and the sidebar
parent
491ac7ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
CHANGELOG
CHANGELOG
+1
-0
typography.scss
app/assets/stylesheets/framework/typography.scss
+4
-4
No files found.
CHANGELOG
View file @
f17de3c2
...
...
@@ -14,6 +14,7 @@ v 8.6.0 (unreleased)
- Strip leading and trailing spaces in URL validator (evuez)
- Add "last_sign_in_at" and "confirmed_at" to GET /users/* API endpoints for admins (evuez)
- Return empty array instead of 404 when commit has no statuses in commit status API
- Decrease the font size and the padding of the `.anchor` icons used in the README (Roberto Dip)
- Add support for cross-project label references
- Update documentation to reflect Guest role not being enforced on internal projects
- Allow search for logged out users
...
...
app/assets/stylesheets/framework/typography.scss
View file @
f17de3c2
...
...
@@ -149,13 +149,13 @@
}
&
:hover
>
a
.anchor
{
$size
:
1
6
px
;
$size
:
1
4
px
;
position
:
absolute
;
right
:
100%
;
top
:
50%
;
margin-top
:
-
$size
/
2
;
margin-right
:
0
px
;
padding-right
:
20
px
;
margin-top
:
-
11px
;
margin-right
:
0
;
padding-right
:
15
px
;
display
:
inline-block
;
width
:
$size
;
height
:
$size
;
...
...
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