From d907b57d32caf8a3b0ce0575176e6deb2ec5302d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Thu, 2 Jul 2020 16:53:48 +0100 Subject: [PATCH] fix drive alignments - breadcrumbs left-aligned with drive contents - tag list left aligned with breadcrumbs --- customize.dist/src/less2/include/drive.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/drive.less b/customize.dist/src/less2/include/drive.less index 3d56b6bf2..e1790787f 100644 --- a/customize.dist/src/less2/include/drive.less +++ b/customize.dist/src/less2/include/drive.less @@ -532,7 +532,7 @@ &.cp-app-drive-tags-list { width: 100%; table { - margin: 10px 50px; + margin: 10px; width: ~"calc(100% - 100px)"; table-layout: fixed; td, th { @@ -784,6 +784,7 @@ flex-flow: row-reverse; flex-grow: 1; justify-content: flex-end; + padding-left: 10px; .cp-app-drive-path-element { .tools_unselectable(); display: inline-block;