summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-06-07 11:34:12 -0500
committerPaul Slaughter <pslaughter@gitlab.com>2018-06-07 11:34:12 -0500
commite444c36a83b75561857dfabc27bf1fa0804beeab (patch)
treee24d3bbe89cff79b7497005ef30d1adc81109f8b
parentcff2a707f200e4ae7d27abdcc1e6760262fc3e02 (diff)
downloadgitlab-ce-rosulk-patch-12.tar.gz
Update issue board max-widthrosulk-patch-12
-rw-r--r--app/assets/stylesheets/pages/boards.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index f5242412ab4..72e4bb61044 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -114,7 +114,7 @@
flex: 1;
-webkit-flex: 1;
min-width: 300px;
- max-width: 450px;
+ max-width: 400px;
height: 100%;
padding-right: ($gl-padding / 2);
padding-left: ($gl-padding / 2);