Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-03-22 11:57:57 +0300
committerMax <max@nextcloud.com>2022-03-31 15:29:25 +0300
commit3bd2f3a71e9810e92744934e84d43c697813730a (patch)
tree29ac6ffdb5e0cd73db4103d63c7161de9e41359d /src
parent2e0440ec30f9ee82b9abcd8fc563884cd40e4c38 (diff)
ui: reduce spacing in table headers
There is enough space already due to the size of the actions button. Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'src')
-rw-r--r--src/nodes/TableHeaderView.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nodes/TableHeaderView.vue b/src/nodes/TableHeaderView.vue
index 5fe168a65..5c835968d 100644
--- a/src/nodes/TableHeaderView.vue
+++ b/src/nodes/TableHeaderView.vue
@@ -103,7 +103,6 @@ th {
.content {
float: left;
margin: 0;
- min-height: 44px;
padding-top: 0.75em;
}