From b87b12adfefa185a04a9a8fa338a076a809a8d3d Mon Sep 17 00:00:00 2001 From: Juan de la Cruz Date: Fri, 15 May 2020 09:15:16 +0200 Subject: [PATCH] Fix edit btn preview mode --- frontend/resources/styles/common/framework.scss | 1 + frontend/resources/styles/main/layouts/library-page.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/resources/styles/common/framework.scss b/frontend/resources/styles/common/framework.scss index f3c5b66ab2..06bf218c13 100644 --- a/frontend/resources/styles/common/framework.scss +++ b/frontend/resources/styles/common/framework.scss @@ -72,6 +72,7 @@ @extend %btn; background: transparent; color: $color-primary-dark; + flex-shrink: 0; &:hover { background: rgba(49,239,184,.12); } diff --git a/frontend/resources/styles/main/layouts/library-page.scss b/frontend/resources/styles/main/layouts/library-page.scss index 8e5261c8a4..eeadae7fe6 100644 --- a/frontend/resources/styles/main/layouts/library-page.scss +++ b/frontend/resources/styles/main/layouts/library-page.scss @@ -87,7 +87,7 @@ cursor: pointer; font-size: $fs14; overflow: hidden; - padding: $size-4 $size-2; + padding: $size-2; text-overflow: ellipsis; white-space: nowrap;