summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-04-06 07:45:03 +0300
committerGitHub <noreply@github.com>2019-04-06 07:45:03 +0300
commit34da23783e5eae9db8ecef657d5378dc13bdf601 (patch)
treef2379af81e799674ac78834a5e7080fc8f1e1aae /client
parente91c43466d514d4857f8f30fb80fbed7def5aed0 (diff)
parent8aca82a5939273fd7d4fce4aa4855dea7b4fde6f (diff)
downloadwekan-34da23783e5eae9db8ecef657d5378dc13bdf601.tar.gz
wekan-34da23783e5eae9db8ecef657d5378dc13bdf601.tar.bz2
wekan-34da23783e5eae9db8ecef657d5378dc13bdf601.zip
Merge pull request #2314 from hupptechnologies/card-view-on-mobile-browser
Issue: Center reduce left margin in card view on mobile browser #2188
Diffstat (limited to 'client')
-rw-r--r--client/components/cards/cardDetails.styl3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl
index bf50c071..c1d6b7e1 100644
--- a/client/components/cards/cardDetails.styl
+++ b/client/components/cards/cardDetails.styl
@@ -133,7 +133,8 @@ input[type="submit"].attachment-add-link-submit
.card-details-canvas
width: 100%
-
+ padding-left: 0px;
+
.card-details-header
.close-card-details
margin-right: 0px