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
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodes/TableCellView.vue')
-rw-r--r--src/nodes/TableCellView.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nodes/TableCellView.vue b/src/nodes/TableCellView.vue
index 4e82955d5..695ed3303 100644
--- a/src/nodes/TableCellView.vue
+++ b/src/nodes/TableCellView.vue
@@ -35,7 +35,7 @@
@click="addRowAfter">
{{ t('text', 'Add row after') }}
</ActionButton>
- <ActionButton icon="icon-delete_row"
+ <ActionButton icon="icon-delete"
:close-after-click="true"
@click="deleteRow">
{{ t('text', 'Delete this row') }}
@@ -110,6 +110,7 @@ td {
.content {
flex: 1 1 0;
margin: 0;
+ padding-top: 0.6em;
}
.action-item {