From f3cf848c8458899a43eb2ecd88580ec3bd7d9ad6 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 7 Jul 2020 15:40:59 +0200 Subject: [PATCH] Fix rename input size in the drive --- customize.dist/src/less2/include/drive.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customize.dist/src/less2/include/drive.less b/customize.dist/src/less2/include/drive.less index e1790787f..66a936c22 100644 --- a/customize.dist/src/less2/include/drive.less +++ b/customize.dist/src/less2/include/drive.less @@ -317,6 +317,7 @@ padding: 0 10px; border: 0; color: lighten(@colortheme_sidebar-left-fg, 40%); + height: auto; } & > span.cp-app-drive-element-row { overflow: hidden; @@ -575,6 +576,7 @@ border-radius: 0; border: 1px solid #ddd; font-size: 14px; + height: auto; } .cp-app-drive-element-state { position: absolute; @@ -638,6 +640,7 @@ padding: 0 4px; flex: 1; min-width: 0; + height: auto; } &> span {