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/css
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 /css
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 'css')
-rw-r--r--css/prosemirror.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index 465b6e75f..f43330e2f 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -279,7 +279,7 @@ div.ProseMirror {
color: var(--color-main-text);
}
th {
- padding: 0 0 0.5em 0.75em;
+ padding: 0 0 0 0.75em;
font-weight: normal;
border-bottom-color: var(--color-border-dark);
color: var(--color-text-maxcontrast);