From b0b1a9687a3c75ce32596b4ba82c4dc927ec57e9 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 30 Sep 2020 16:14:56 +0200 Subject: [PATCH] Make snapshot toolbar responsive --- customize.dist/src/less2/include/toolbar.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index ca75dd0d9..9adef38ce 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -914,10 +914,21 @@ align-items: center; justify-content: space-between; .cp-toolbar-snapshots-info { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + flex: 1; + min-width: 0; i { width: 30px; } } + @media screen and (max-width: @browser_media-medium-screen) { + flex-flow: column; + .cp-toolbar-snapshots-info { + max-width: 100%; + } + } .cp-toolbar-snapshots-actions { button { margin: 0 5px;