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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
c701507b
Commit
c701507b
authored
Sep 24, 2012
by
Staicu Ionut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed float on emoji
-`remove comment` button will not make the text jump anymore.
parent
923eb89c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
app/assets/stylesheets/sections/notes.scss
app/assets/stylesheets/sections/notes.scss
+5
-1
No files found.
app/assets/stylesheets/sections/notes.scss
View file @
c701507b
...
...
@@ -43,7 +43,9 @@
padding
:
8px
0
;
overflow
:
hidden
;
display
:
block
;
position
:relative
;
img
{
float
:
left
;
margin-right
:
10px
;}
img
.emoji
{
float
:none
;
margin
:
0
;}
.note-author
cite
{
font-style
:
italic
;}
p
{
color
:
$style_color
;
}
.note-author
{
color
:
$style_color
;}
...
...
@@ -55,7 +57,9 @@
.delete-note
{
display
:none
;
float
:right
;
position
:absolute
;
right
:
0
;
top
:
0
;
}
&
:hover
{
...
...
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