From c9244e63af9a90d2011e1471d2b33a8b4bcff9ab Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Thu, 1 Dec 2016 14:14:28 +1300 Subject: 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. --- .travis.yml | 2 ++ plugins/SegmentEditor/stylesheets/segmentation.less | 2 ++ 2 files changed, 4 insertions(+) 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 { -- cgit v1.2.3