Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
capture_dreams
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
capture_dreams
Merge requests
!8
capture_dreams-3493096: Readmore and Add new comment needs to be styled and space.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
capture_dreams-3493096: Readmore and Add new comment needs to be styled and space.
issue/capture_dreams-3493096:capture_dreams-3493096
into
1.0.x
Overview
0
Commits
2
Pipelines
1
Changes
3
Open
Alok Singh
requested to merge
issue/capture_dreams-3493096:capture_dreams-3493096
into
1.0.x
4 months ago
Overview
0
Commits
2
Pipelines
1
Changes
3
Expand
0
0
Merge request reports
Compare
1.0.x
version 1
38d5532d
4 months ago
1.0.x (HEAD)
and
latest version
latest version
bcb4a674
2 commits,
4 months ago
version 1
38d5532d
1 commit,
4 months ago
3 files
+
103
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
assets/css/styles.css
+
21
−
0
Options
@@ -697,6 +697,27 @@ section.region.region-content {
margin
:
0em
0.2777777778em
;
}
.inline
{
display
:
flex
;
padding-left
:
0
;
margin-top
:
20px
;
margin-bottom
:
50px
;
}
.inline
li
{
list-style
:
none
;
margin-right
:
10px
;
}
.inline
li
a
{
background-color
:
#fff
;
text-decoration
:
none
;
padding
:
8px
18px
;
border-radius
:
5px
;
}
.inline
li
a
:hover
{
color
:
#0a58ca
;
box-shadow
:
0
12px
16px
0
rgba
(
255
,
255
,
255
,
0.24
),
0
17px
50px
0
rgba
(
255
,
255
,
255
,
0.19
);
}
.main-container
aside
.sidebar
{
width
:
100%
;
padding
:
0.5555555556em
;
Loading