summaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorEisberge <22561095+Eisberge@users.noreply.github.com>2022-09-07 13:13:18 +0200
committerGitHub <noreply@github.com>2022-09-07 13:13:18 +0200
commit37ada4b321d9091cd95b5a393fa5c6a573eb5d7f (patch)
tree6766f918efc86916e636b18396ed5f4673fc1177 /src/components
parent2dcecabc85a24aa488ec1308ff25193de6f0d406 (diff)
Remove min-width to avoid alignment issue
Removing the property `min-width` enables the content of the box "import contacts" to be aligned Signed-off-by: Eisberge <22561095+Eisberge@users.noreply.github.com>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/ProcessingScreen.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/ProcessingScreen.vue b/src/components/ProcessingScreen.vue
index d4964660..95bb383d 100644
--- a/src/components/ProcessingScreen.vue
+++ b/src/components/ProcessingScreen.vue
@@ -41,7 +41,6 @@ export default {
display: flex;
flex-direction: column;
width: auto;
- min-width: 30vw;
margin: 50px;
// Progress &desc wrapper