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:
authorThomas Steur <tsteur@users.noreply.github.com>2016-12-01 04:14:28 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-12-01 04:14:28 +0300
commitc9244e63af9a90d2011e1471d2b33a8b4bcff9ab (patch)
tree7f6750582ad8251dd9dc96d5315b9eb8eb948044
parentd4f17b709de7bc9163c91c2f3a2a21e4903b4079 (diff)
Button to add a segment is missing some text in French language (#10897)
* refs #10656 Button to add a segment is missing some text in French language * .travis.yml file is out of date, auto-updating .travis.yml file.
-rw-r--r--.travis.yml2
-rw-r--r--plugins/SegmentEditor/stylesheets/segmentation.less2
2 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cd4431bcf5..463a521af5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -172,6 +172,8 @@ cache:
+
+
notifications:
slack:
rooms:
diff --git a/plugins/SegmentEditor/stylesheets/segmentation.less b/plugins/SegmentEditor/stylesheets/segmentation.less
index 9b5dc195bc..a4e291ed46 100644
--- a/plugins/SegmentEditor/stylesheets/segmentation.less
+++ b/plugins/SegmentEditor/stylesheets/segmentation.less
@@ -531,6 +531,8 @@ div.scrollable {
.segmentEditorPanel.expanded .add_new_segment {
width: 100%;
margin: 16px 0 8px 0;
+ height: auto;
+ min-height: 36px;
}
.segmentationContainer > ul.submenu > li {