aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Flat
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-11-23 22:29:27 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-23 22:29:27 +0100
commit4869ae0fec949f774cee12cd0a42636b1ad45b12 (patch)
tree7cbac059f402c32b4086169a1dddf803a8e4ab7f /p/themes/Flat
parent1184c20467c34ba4457f36e554c5b7a4d3226f85 (diff)
fix: line-height of label list (#4890)
Diffstat (limited to 'p/themes/Flat')
-rw-r--r--p/themes/Flat/flat.css2
-rw-r--r--p/themes/Flat/flat.rtl.css2
2 files changed, 0 insertions, 4 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index 7029fd7e7..2b072bf4f 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -497,8 +497,6 @@ a.btn {
}
.tree-folder-items > .item {
- padding: 0 10px;
- line-height: 2.5rem;
font-size: 0.8rem;
}
diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css
index 92d460c65..f08b72846 100644
--- a/p/themes/Flat/flat.rtl.css
+++ b/p/themes/Flat/flat.rtl.css
@@ -497,8 +497,6 @@ a.btn {
}
.tree-folder-items > .item {
- padding: 0 10px;
- line-height: 2.5rem;
font-size: 0.8rem;
}