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
path: root/src
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@icloud.com>2022-08-24 19:41:26 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-01 16:57:53 +0300
commit88cbc4015195084a1cb80225c812245ba6219a3e (patch)
tree1372d7ce32a28b82813c66c485ae130b6c865c84 /src
parent7e8409525f16f8a9ec897fcb65a39ce476c06918 (diff)
Fix layout
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/LeftSidebar/SearchBox/SearchBox.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/LeftSidebar/SearchBox/SearchBox.vue b/src/components/LeftSidebar/SearchBox/SearchBox.vue
index 9da5d3ee6..3684e67ee 100644
--- a/src/components/LeftSidebar/SearchBox/SearchBox.vue
+++ b/src/components/LeftSidebar/SearchBox/SearchBox.vue
@@ -137,6 +137,7 @@ export default {
z-index: 1;
display: flex;
justify-content: center;
+ flex-grow: 1;
}
.abort-search {