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:
-rw-r--r--src/nodes/ImageView.vue5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nodes/ImageView.vue b/src/nodes/ImageView.vue
index 021ba2ad3..e07069f71 100644
--- a/src/nodes/ImageView.vue
+++ b/src/nodes/ImageView.vue
@@ -339,6 +339,7 @@ export default {
align-items: center;
justify-content: center;
input[type='text'] {
+ width: 200px;
max-width: 80%;
border: none;
text-align: center;
@@ -412,13 +413,11 @@ export default {
}
.image__caption__delete {
- position: absolute;
- right: 0;
display: flex;
- justify-content: flex-end;
align-items: center;
width: 20px;
height: 20px;
+ margin-left: 8px;
&, svg {
cursor: pointer;
}