summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-06-20 14:11:15 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-06-20 14:11:15 -0500
commit0273de3a0728822572f56201e9fe7b3dba510272 (patch)
treef3b875d6685fc4bf8c075042970a82a60358986b
parent0e987ee7a24635fba2fa1dc30c279d4fd1e17c0a (diff)
downloadgitlab-ce-18854-prio-labels-on-mobile.tar.gz
Fixes labels view on mobile18854-prio-labels-on-mobile
-rw-r--r--app/assets/stylesheets/pages/labels.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 046c38aba44..f5f67e2cd84 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -50,11 +50,10 @@
.label-row {
.label-name {
- display: block;
+ display: inline-block;
margin-bottom: 10px;
@media (min-width: $screen-sm-min) {
- display: inline-block;
width: 200px;
margin-bottom: 0;
}
@@ -63,6 +62,7 @@
.label-description {
display: block;
margin-bottom: 10px;
+ margin-left: 50px;
@media (min-width: $screen-sm-min) {
display: inline-block;