Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
e9f54b3f
Commit
e9f54b3f
authored
Sep 05, 2017
by
Matthew Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use border-bottom, not top
this fixes an issue with comment bubble displays in firefox
parent
74400b05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/components/comment/comment.scss
src/components/comment/comment.scss
+2
-2
No files found.
src/components/comment/comment.scss
View file @
e9f54b3f
...
...
@@ -12,7 +12,7 @@
position
:
absolute
;
top
:
-1px
;
left
:
-13px
;
border-
top
:
12px
solid
$ui-border
;
border-
bottom
:
12px
solid
$ui-border
;
border-left
:
13px
solid
$ui-border
;
border-radius
:
0
0
0
13px
;
width
:
0
;
...
...
@@ -24,7 +24,7 @@
position
:
absolute
;
top
:
0
;
left
:
-12px
;
border-
top
:
10px
solid
$ui-white
;
border-
bottom
:
10px
solid
$ui-white
;
border-left
:
12px
solid
$ui-white
;
border-radius
:
0
0
0
12px
;
width
:
0
;
...
...
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