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
d6ac1b35
Commit
d6ac1b35
authored
Jul 07, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix conflicts in app/assets/stylesheets/pages/issuable.scss
parent
4d87700b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
26 deletions
+25
-26
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+25
-26
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
d6ac1b35
...
...
@@ -800,7 +800,31 @@
}
}
<<<<<<<
HEAD
.issuable-close-button
,
.issuable-close-toggle
{
@include
transition
(
border-color
,
color
);
}
.issuable-close-dropdown
{
.dropdown-menu
{
min-width
:
270px
;
left
:
auto
;
right
:
0
;
}
.description
{
margin-bottom
:
10px
;
.text
{
margin
:
0
;
}
}
.dropdown-toggle
>
.icon
{
margin
:
0
3px
;
}
}
.add-issuable-form-input-wrapper
{
height
:
auto
;
padding
:
$gl-vert-padding
$gl-vert-padding
0
$gl-input-padding
;
...
...
@@ -844,29 +868,4 @@
.add-issuable-form-actions
{
margin-top
:
$gl-padding
;
=======
.issuable-close-button
,
.issuable-close-toggle
{
@include
transition
(
border-color
,
color
);
}
.issuable-close-dropdown
{
.dropdown-menu
{
min-width
:
270px
;
left
:
auto
;
right
:
0
;
}
.description
{
margin-bottom
:
10px
;
.text
{
margin
:
0
;
}
}
.dropdown-toggle
>
.icon
{
margin
:
0
3px
;
}
>>>>>>>
master-ce
}
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