From 79ac44de7ec75a929e51007dc2acf605785c5012 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 12 Sep 2019 14:06:35 +0200 Subject: [PATCH] Fix team drive toolbar ui --- customize.dist/src/less2/include/drive.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/drive.less b/customize.dist/src/less2/include/drive.less index 3866a09e5..67cc3932b 100644 --- a/customize.dist/src/less2/include/drive.less +++ b/customize.dist/src/less2/include/drive.less @@ -827,7 +827,7 @@ vertical-align: top; } button { - height: @variables_bar-height; + height: @variables_bar-height !important; padding: 0 10px; border: none; border-radius: 0;