diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 51082f9c6..2d8054859 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -644,6 +644,8 @@ h2 { &-value { font-size: 105%; flex: 1; + // Now required (from chrome 48) to get overflow + flexbox behaving: + min-width: 0; color: @text-color; } }