Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
806
Merge Requests
54
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
24583f57
Commit
24583f57
authored
6 minutes ago
by
Mark Harding
Browse files
Options
Download
(fix): comment counters should be vertically aligned
parent
422d7d5f
master
No related merge requests found
Pipeline
#96142299
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app/modules/comments/comment/comment.component.scss
View file @
24583f57
...
...
@@ -119,7 +119,7 @@
.minds-counter
{
font-size
:
12px
;
line-height
:
16px
;
vertical-align
:
top
;
vertical-align
:
middle
;
}
}
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment