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
398
Merge Requests
53
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
637b88fb
Commit
637b88fb
authored
2 hours ago
by
Emiliano Balbuena
Browse files
Options
Download
(fix): Misaligned margin
parent
6a6b2384
goal/top-algorithm-redux-2
1 merge request
!677
Allow period fallbacks on Discovery feeds
Pipeline
#100284368
passed with stages
in 43 minutes and 48 seconds
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/newsfeed/feeds/sorted.component.scss
View file @
637b88fb
...
...
@@ -44,7 +44,7 @@ m-newsfeed--sorted {
.m-feeds-sorted__fallbackLegend
{
text-align
:
center
;
margin
:
32px
auto
2
7
px
;
margin
:
32px
auto
2
8
px
;
height
:
0
;
position
:
relative
;
border-top
:
1px
solid
;
...
...
This diff is collapsed.
Please
register
or
sign in
to comment