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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b23c8449
Commit
b23c8449
authored
Jul 26, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
eabf1a77
37850198
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+1
-0
app/assets/stylesheets/framework/lists.scss
app/assets/stylesheets/framework/lists.scss
+16
-0
No files found.
app/assets/stylesheets/framework/common.scss
View file @
b23c8449
...
...
@@ -441,6 +441,7 @@ img.emoji {
.mw-460
{
max-width
:
460px
;
}
.mw-6em
{
max-width
:
6em
;
}
.mw-70p
{
max-width
:
70%
;
}
.mw-90p
{
max-width
:
90%
;
}
.min-height-0
{
min-height
:
0
;
}
...
...
app/assets/stylesheets/framework/lists.scss
View file @
b23c8449
...
...
@@ -285,3 +285,19 @@ ul.indent-list {
max-width
:
350px
;
}
}
.horizontal-list
{
padding-left
:
0
;
list-style
:
none
;
>
li
{
float
:
left
;
}
&
.list-items-separated
{
>
li
:not
(
:last-child
)
::after
{
content
:
'\00b7'
;
margin
:
0
$gl-padding-4
;
}
}
}
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