Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Winkler <Findus23@users.noreply.github.com>2017-04-22 00:43:41 +0300
committerStefan Giehl <stefan@piwik.org>2017-04-22 00:43:41 +0300
commit1af7739c9978cb17f9b712777d81cc6ab25c148a (patch)
tree4b3d8b54613cef0bdf4a1569308c0e9ce0016f50 /plugins/Marketplace
parent479ff082c7cf88e92059540b809e604a4dc2a101 (diff)
hide scrollbar in Marketplace if update available (#11621)
* hide scrollbar in Marketplace if update available * update screenshot
Diffstat (limited to 'plugins/Marketplace')
-rw-r--r--plugins/Marketplace/stylesheets/marketplace.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Marketplace/stylesheets/marketplace.less b/plugins/Marketplace/stylesheets/marketplace.less
index 2a4115e60f..e5302fa270 100644
--- a/plugins/Marketplace/stylesheets/marketplace.less
+++ b/plugins/Marketplace/stylesheets/marketplace.less
@@ -108,7 +108,7 @@
list-style: none;
li {
text-overflow: ellipsis;
- overflow-x: hidden;
+ overflow: hidden;
white-space: nowrap;
line-height: 18px;
font-size: 13px;