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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-05-03 14:06:03 +0300
committerJoas Schilling <coding@schilljs.com>2022-05-03 14:06:03 +0300
commit16f72f399c50c43a93317ec05c82acd71eac4329 (patch)
treefa553146b2febcd127f9b23327bae1a466e3bad0
parentd9e48efc011ee21728c75722a9c8bbac59701a52 (diff)
Add border-box to fix the RoomSelector in maps and deck
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--src/views/RoomSelector.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/RoomSelector.vue b/src/views/RoomSelector.vue
index b50eed67f..33a4d5add 100644
--- a/src/views/RoomSelector.vue
+++ b/src/views/RoomSelector.vue
@@ -181,6 +181,7 @@ export default {
align-items: center;
justify-content: center;
height: 100%;
+ box-sizing: border-box;
h2 {
margin-bottom: 4px;
}