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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
e76b176d
Commit
e76b176d
authored
Jun 13, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'rosulk-patch-12' into 'master'
Flex board columns See merge request gitlab-org/gitlab-ce!19250
parents
7b7ba297
85089bfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+6
-5
changelogs/unreleased/rosulk-patch-12.yml
changelogs/unreleased/rosulk-patch-12.yml
+5
-0
No files found.
app/assets/stylesheets/pages/boards.scss
View file @
e76b176d
...
...
@@ -80,6 +80,7 @@
overflow-x
:
scroll
;
white-space
:
nowrap
;
min-height
:
200px
;
display
:
flex
;
@include
media-breakpoint-only
(
sm
)
{
height
:
calc
(
100vh
-
#{
$issue-board-list-difference-sm
}
);
...
...
@@ -110,17 +111,15 @@
.board
{
display
:
inline-block
;
width
:
calc
(
85vw
-
15px
);
flex
:
1
;
min-width
:
300px
;
max-width
:
400px
;
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
;
...
...
@@ -128,6 +127,8 @@
}
&
.is-collapsed
{
flex
:
none
;
min-width
:
0
;
width
:
50px
;
.board-header
{
...
...
changelogs/unreleased/rosulk-patch-12.yml
0 → 100644
View file @
e76b176d
---
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