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
9d87ace5
Commit
9d87ace5
authored
Jul 06, 2018
by
Victor Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch 'rosulk-patch-12' into 'master'"
This reverts merge request !19250
parent
9c720a98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
11 deletions
+5
-11
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+5
-6
changelogs/unreleased/rosulk-patch-12.yml
changelogs/unreleased/rosulk-patch-12.yml
+0
-5
No files found.
app/assets/stylesheets/pages/boards.scss
View file @
9d87ace5
...
...
@@ -80,7 +80,6 @@
overflow-x
:
scroll
;
white-space
:
nowrap
;
min-height
:
200px
;
display
:
flex
;
@include
media-breakpoint-only
(
sm
)
{
height
:
calc
(
100vh
-
#{
$issue-board-list-difference-sm
}
);
...
...
@@ -111,15 +110,17 @@
.board
{
display
:
inline-block
;
flex
:
1
;
min-width
:
300px
;
max-width
:
400px
;
width
:
calc
(
85vw
-
15px
);
height
:
100%
;
padding-right
:
(
$gl-padding
/
2
);
padding-left
:
(
$gl-padding
/
2
);
white-space
:
normal
;
vertical-align
:
top
;
@include
media-breakpoint-up
(
sm
)
{
width
:
400px
;
}
&
.is-expandable
{
.board-header
{
cursor
:
pointer
;
...
...
@@ -127,8 +128,6 @@
}
&
.is-collapsed
{
flex
:
none
;
min-width
:
0
;
width
:
50px
;
.board-header
{
...
...
changelogs/unreleased/rosulk-patch-12.yml
deleted
100644 → 0
View file @
9c720a98
---
title
:
Flex issue board columns
merge_request
:
19250
author
:
Roman Rosluk
type
:
changed
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