summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorVictor Wu <victor@gitlab.com>2018-07-06 11:45:01 +0000
committerVictor Wu <victor@gitlab.com>2018-07-06 11:45:01 +0000
commit9d87ace5be56deb7f0e4c4e5f4af06d70d4b6da1 (patch)
treee103a026b1194c4933e0bfbe767d93d081bd3a86 /app/assets
parent9c720a98b9fc7a3cc35b019251c5285378c9ae18 (diff)
downloadgitlab-ce-9d87ace5be56deb7f0e4c4e5f4af06d70d4b6da1.tar.gz
Revert "Merge branch 'rosulk-patch-12' into 'master'"
This reverts merge request !19250
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/boards.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 750d2c8b990..5de53892fac 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -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 {