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

github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/map/Popup.vue')
-rw-r--r--src/components/map/Popup.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/map/Popup.vue b/src/components/map/Popup.vue
index 26d6256f..7bbc4cea 100644
--- a/src/components/map/Popup.vue
+++ b/src/components/map/Popup.vue
@@ -66,7 +66,7 @@ export default {
width: 100%;
}
- /deep/ .buttons {
+ &::v-deep .buttons {
display: flex;
}
}