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
aa548f05
Commit
aa548f05
authored
Oct 28, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolved boards.scss conflict
parent
afa7c81f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+2
-9
No files found.
app/assets/stylesheets/pages/boards.scss
View file @
aa548f05
...
...
@@ -71,19 +71,13 @@
white-space
:
nowrap
;
@media
(
min-width
:
$screen-sm-min
)
{
<<<<<<<
HEAD
height
:
409px
;
// Needed for PhantomJS
height
:
calc
(
100vh
-
290px
);
min-height
:
409px
;
=======
height
:
475px
;
// Needed for PhantomJS
height
:
calc
(
100vh
-
220px
);
min-height
:
475px
;
&
.is-compact
{
width
:
calc
(
100%
-
290px
);
}
>>>>>>>
144358e98ee1b25b61854a3471e21e100ace9db5
}
}
...
...
@@ -291,7 +285,6 @@
}
}
<<<<<<<
HEAD
.boards-title-holder
{
padding
:
25px
13px
$gl-padding
;
...
...
@@ -325,7 +318,8 @@
.board-delete-btns
{
padding-top
:
12px
;
border-top
:
1px
solid
$border-color
;
=======
}
.issue-boards-sidebar
{
&
.right-sidebar
{
top
:
153px
;
...
...
@@ -369,5 +363,4 @@
font-weight
:
600
;
}
}
>>>>>>>
144358e98ee1b25b61854a3471e21e100ace9db5
}
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